Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by

Table of Contents

Group by:

http://purl.org/pathology/ecc/

Elements
Simple Types

No namespace

Attributes

http://www.w3.org/XML/1998/namespace

Attribute Groups

Resource hierarchy:

Main schema breast.xsd
Namespace http://purl.org/pathology/ecc/
Properties
attribute form default: unqualified
element form default: qualified
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
common.xsd
Namespace http://purl.org/pathology/ecc/
Properties
attribute form default: unqualified
element form default: qualified
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/common.xsd
[ top ]
Imported schema xml.xsd
Namespace http://www.w3.org/XML/1998/namespace
Annotations
See http://www.w3.org/XML/1998/namespace.html and
   http://www.w3.org/TR/REC-xml for information about this namespace.

    This schema document describes the XML namespace, in a form
    suitable for import by other schema documents.  

    Note that local names in this namespace are intended to be defined
    only by the World Wide Web Consortium or its subgroups.  The
    following names are currently defined in this namespace and should
    not be used with conflicting semantics by any Working Group,
    specification, or document instance:

    base (as an attribute name): denotes an attribute whose value
         provides a URI to be used as the base for interpreting any
         relative URIs in the scope of the element on which it
         appears; its value is inherited.  This name is reserved
         by virtue of its definition in the XML Base specification.

    id   (as an attribute name): denotes an attribute whose value
         should be interpreted as if declared to be of type ID.
         This name is reserved by virtue of its definition in the
         xml:id specification.

    lang (as an attribute name): denotes an attribute whose value
         is a language code for the natural language of the content of
         any element; its value is inherited.  This name is reserved
         by virtue of its definition in the XML specification.
  
    space (as an attribute name): denotes an attribute whose
         value is a keyword indicating what whitespace processing
         discipline is intended for the content of the element; its
         value is inherited.  This name is reserved by virtue of its
         definition in the XML specification.

    Father (in any context at all): denotes Jon Bosak, the chair of 
         the original XML Working Group.  This name is reserved by 
         the following decision of the W3C XML Plenary and 
         XML Coordination groups:

             In appreciation for his vision, leadership and dedication
             the W3C XML Plenary on this 10th day of February, 2000
             reserves for Jon Bosak in perpetuity the XML name
             xml:Father
This schema defines attributes and an attribute group
        suitable for use by
        schemas wishing to allow xml:base, xml:lang, xml:space or xml:id
        attributes on elements they define.

        To enable this, such a schema must import this schema
        for the XML namespace, e.g. as follows:
        <schema . . .>
         . . .
         <import namespace="http://www.w3.org/XML/1998/namespace"
                    schemaLocation="http://www.w3.org/2001/xml.xsd"/>

        Subsequently, qualified reference to any of the attributes
        or the group defined below will have the desired effect, e.g.

        <type . . .>
         . . .
         <attributeGroup ref="xml:specialAttrs"/>
 
         will define a type which will schema-validate an instance
         element with any of those attributes
In keeping with the XML Schema WG's standard versioning
policy, this schema document will persist at
http://www.w3.org/2007/08/xml.xsd.
At the date of issue it can also be found at
http://www.w3.org/2001/xml.xsd.
The schema document at that URI may however change in the future,
in order to remain compatible with the latest version of XML Schema
itself, or with the XML namespace itself.  In other words, if the XML
Schema or XML namespaces change, the version of this document at
http://www.w3.org/2001/xml.xsd will change
accordingly; the version at
http://www.w3.org/2007/08/xml.xsd will not change.
Properties
attribute form default: unqualified
element form default: unqualified
Schema location file:/Applications/oXygen-12.2/frameworks/xml/xml.xsd
[ top ]
items.xsd
Namespace http://purl.org/pathology/ecc/
Properties
attribute form default: unqualified
element form default: qualified
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
sections.xsd
Namespace http://purl.org/pathology/ecc/
Properties
attribute form default: unqualified
element form default: qualified
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
types.xsd
Namespace http://purl.org/pathology/ecc/
Properties
attribute form default: unqualified
element form default: qualified
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
values.xsd
Namespace http://purl.org/pathology/ecc/
Properties
attribute form default: unqualified
element form default: qualified
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
values.xsd
Namespace http://purl.org/pathology/ecc/
Properties
attribute form default: unqualified
element form default: qualified
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Element ecc:treatmentResponse
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#treatmentResponse_response
Properties
content: complex
Used by
Element Group ecc:accessory.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:treatmentResponse xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:treatmentResponse>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="treatmentResponse">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:accessory.treatmentResponse.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:generic.content / ecc:label
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element minOccurs="0" name="label" type="xs:string"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/common.xsd
[ top ]
Element ecc:generic.content / ecc:comment
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element minOccurs="0" name="comment" type="xs:string"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/common.xsd
[ top ]
Element ecc:treatmentResponse / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#treatmentResponse_treatmentResponse_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value ecc:accessory.treatmentResponse.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:accessory.treatmentResponse.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:generic.response.content / ecc:specify
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element minOccurs="0" name="specify" type="xs:string"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/common.xsd
[ top ]
Element ecc:lymphVascularInvasion
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#qualitative.response_response breast.tmp#qualitative.response
Properties
content: complex
Used by
Element Group ecc:accessory.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:lymphVascularInvasion xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:lymphVascularInvasion>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="lymphVascularInvasion">
  <xs:complexType>
    <xs:group ref="ecc:qualitative.response"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:qualitative.response / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#qualitative.response_qualitative.response_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value ecc:qualitative.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:qualitative.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Element ecc:perineuralInvasion
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#qualitative.response_response breast.tmp#qualitative.response
Properties
content: complex
Used by
Element Group ecc:accessory.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:perineuralInvasion xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:perineuralInvasion>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="perineuralInvasion">
  <xs:complexType>
    <xs:group ref="ecc:qualitative.response"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:microcalcifications
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#microcalcifications_response
Properties
content: complex
Used by
Element Group ecc:accessory.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response+
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:microcalcifications xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,unbounded}</ecc:response>
</ecc:microcalcifications>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="microcalcifications">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element maxOccurs="unbounded" name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:accessory.microcalcifications.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:microcalcifications / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#microcalcifications_microcalcifications_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
maxOccurs: unbounded
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value accessory.microcalcifications.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element maxOccurs="unbounded" name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:accessory.microcalcifications.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:ductalCarcinoma-in-situ
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#accessory.cis.result_result breast.tmp#accessory.cis.result breast.tmp#size breast.tmp#accessory.cis.size breast.tmp#accessory.cis.blocks_tally breast.tmp#accessory.cis.blocks_tally breast.tmp#accessory.cis.blocks breast.tmp#accessory.cis.blocks_tally breast.tmp#accessory.cis.blocks_tally breast.tmp#accessory.cis.blocks breast.tmp#accessory.cis.amount breast.tmp#accessory.dcis.pattern_architecture breast.tmp#accessory.dcis.pattern breast.tmp#accessory.dcis.grade_grade breast.tmp#accessory.dcis.grade breast.tmp#accessory.dcis.necrosis_necrosis breast.tmp#accessory.dcis.necrosis
Properties
content: complex
Used by
Element Group ecc:accessory.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:result , ((ecc:size , ecc:tally) | (ecc:tally)) , ecc:architecture , ecc:grade , ecc:necrosis
Children ecc:architecture, ecc:comment, ecc:grade, ecc:label, ecc:necrosis, ecc:result, ecc:size, ecc:tally
Instance
<ecc:ductalCarcinoma-in-situ xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:ductalCarcinoma-in-situ>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="ductalCarcinoma-in-situ">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group ref="ecc:accessory.cis.result"/>
      <xs:group minOccurs="0" ref="ecc:accessory.cis.amount"/>
      <xs:group minOccurs="0" ref="ecc:accessory.dcis.pattern"/>
      <xs:group minOccurs="0" ref="ecc:accessory.dcis.grade"/>
      <xs:group minOccurs="0" ref="ecc:accessory.dcis.necrosis"/>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:accessory.cis.result / ecc:result
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#accessory.cis.result_accessory.cis.result_result_response
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:result xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response focality="" xml:id="" value="">{1,1}</ecc:response>
</ecc:result>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="result">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:qualitative.values" use="required"/>
          <xs:attribute name="focality" type="ecc:focality.values"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:accessory.cis.result / ecc:result / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#accessory.cis.result_accessory.cis.result_result_accessory.cis.result_accessory.cis.result_result_response_value breast.tmp#accessory.cis.result_accessory.cis.result_result_accessory.cis.result_accessory.cis.result_result_response_focality breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response focality="" xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
focality ecc:focality.values optional
value ecc:qualitative.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:qualitative.values" use="required"/>
    <xs:attribute name="focality" type="ecc:focality.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:size
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.content_label breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#length.response_response breast.tmp#length.response breast.tmp#size.response
Properties
content: complex
Used by
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:size xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:size>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="size">
  <xs:complexType>
    <xs:group ref="ecc:size.response"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Element ecc:length.response / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#length.response_length.response_response_value breast.tmp#length.response_length.response_response_unit breast.tmp#length.response_length.response_response_relation breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" relation="" unit="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
relation ecc:relation.values optional
unit ecc:lengthUnit.values optional
value ecc:positiveDecimal required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:positiveDecimal" use="required"/>
    <xs:attribute name="unit" type="ecc:lengthUnit.values"/>
    <xs:attribute name="relation" type="ecc:relation.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Element ecc:accessory.cis.blocks / ecc:tally
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#accessory.cis.blocks_accessory.cis.blocks_tally_for breast.tmp#accessory.cis.blocks_accessory.cis.blocks_tally_type breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#tally.response_response breast.tmp#tally.response
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:tally for="" xml:id="" type="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" relation="" value="">{1,1}</ecc:response>
</ecc:tally>
Attributes
QName Type Fixed Default Use Annotation
for ecc:qualitative.values optional
type accessory.cis.blocks.type.values optional
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="tally">
  <xs:complexType>
    <xs:group ref="ecc:tally.response"/>
    <xs:attribute name="for" type="ecc:qualitative.values"/>
    <xs:attribute name="type" type="ecc:accessory.cis.blocks.type.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:tally.response / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#tally.response_tally.response_response_value breast.tmp#tally.response_tally.response_response_relation breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" relation="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
relation ecc:relation.values optional
value ecc:nonNegativeInteger required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:nonNegativeInteger" use="required"/>
    <xs:attribute name="relation" type="ecc:relation.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Element ecc:accessory.dcis.pattern / ecc:architecture
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#accessory.dcis.pattern_accessory.dcis.pattern_architecture_response
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response+
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:architecture xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,unbounded}</ecc:response>
</ecc:architecture>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="architecture">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element maxOccurs="unbounded" name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:accessory.dcis.pattern.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:accessory.dcis.pattern / ecc:architecture / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#accessory.dcis.pattern_accessory.dcis.pattern_architecture_accessory.dcis.pattern_accessory.dcis.pattern_architecture_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
maxOccurs: unbounded
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value accessory.dcis.pattern.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element maxOccurs="unbounded" name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:accessory.dcis.pattern.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:accessory.dcis.grade / ecc:grade
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#accessory.dcis.grade_accessory.dcis.grade_grade_response
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:grade xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:grade>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="grade">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:accessory.dcis.grade.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:accessory.dcis.grade / ecc:grade / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#accessory.dcis.grade_accessory.dcis.grade_grade_accessory.dcis.grade_accessory.dcis.grade_grade_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value accessory.dcis.grade.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:accessory.dcis.grade.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:accessory.dcis.necrosis / ecc:necrosis
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#accessory.dcis.necrosis_accessory.dcis.necrosis_necrosis_response
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:necrosis xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:necrosis>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="necrosis">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:accessory.dcis.necrosis.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:accessory.dcis.necrosis / ecc:necrosis / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#accessory.dcis.necrosis_accessory.dcis.necrosis_necrosis_accessory.dcis.necrosis_accessory.dcis.necrosis_necrosis_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value accessory.dcis.necrosis.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:accessory.dcis.necrosis.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:lobularCarcinoma-in-situ
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#accessory.cis.result_result breast.tmp#accessory.cis.result breast.tmp#size breast.tmp#accessory.cis.size breast.tmp#accessory.cis.blocks_tally breast.tmp#accessory.cis.blocks_tally breast.tmp#accessory.cis.blocks breast.tmp#accessory.cis.blocks_tally breast.tmp#accessory.cis.blocks_tally breast.tmp#accessory.cis.blocks breast.tmp#accessory.cis.amount
Properties
content: complex
Used by
Element Group ecc:accessory.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:result , ((ecc:size , ecc:tally) | (ecc:tally))
Children ecc:comment, ecc:label, ecc:result, ecc:size, ecc:tally
Instance
<ecc:lobularCarcinoma-in-situ xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:lobularCarcinoma-in-situ>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="lobularCarcinoma-in-situ">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group ref="ecc:accessory.cis.result"/>
      <xs:group minOccurs="0" ref="ecc:accessory.cis.amount"/>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:contiguousExtension
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#contiguousExtension_to breast.tmp#contiguousExtension_on breast.tmp#contiguousExtension_for breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#contiguousExtension_response
Properties
content: complex
Used by
Element Group ecc:extent.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:contiguousExtension for="" xml:id="" on="" to="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response focality="" xml:id="" value="">{1,1}</ecc:response>
</ecc:contiguousExtension>
Attributes
QName Type Fixed Default Use Annotation
for ecc:extent.contiguousExtension.for.values optional
on ecc:laterality.values optional
to ecc:extent.contiguousExtension.to.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="contiguousExtension">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:qualitative.values" use="required"/>
          <xs:attribute name="focality" type="ecc:extent.contiguousExtension.focality.values"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="to" type="ecc:extent.contiguousExtension.to.values" use="required"/>
    <xs:attribute name="on" type="ecc:laterality.values"/>
    <xs:attribute name="for" type="ecc:extent.contiguousExtension.for.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:contiguousExtension / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#contiguousExtension_contiguousExtension_response_value breast.tmp#contiguousExtension_contiguousExtension_response_focality breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response focality="" xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
focality ecc:extent.contiguousExtension.focality.values optional
value ecc:qualitative.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:qualitative.values" use="required"/>
    <xs:attribute name="focality" type="ecc:extent.contiguousExtension.focality.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:skinUlceration
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#qualitative.response_response breast.tmp#qualitative.response
Properties
content: complex
Used by
Element Group ecc:extent.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:skinUlceration>
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:skinUlceration>
Source
<xs:element name="skinUlceration">
  <xs:complexType>
    <xs:group ref="ecc:qualitative.response"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:skinSatelliteNodules
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#qualitative.response_response breast.tmp#qualitative.response
Properties
content: complex
Used by
Element Group ecc:extent.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:skinSatelliteNodules>
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:skinSatelliteNodules>
Source
<xs:element name="skinSatelliteNodules">
  <xs:complexType>
    <xs:group ref="ecc:qualitative.response"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:dermalLymphaticInvasion
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#qualitative.response_response breast.tmp#qualitative.response
Properties
content: complex
Used by
Element Group ecc:extent.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:dermalLymphaticInvasion>
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:dermalLymphaticInvasion>
Source
<xs:element name="dermalLymphaticInvasion">
  <xs:complexType>
    <xs:group ref="ecc:qualitative.response"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:nipplePagetDisease
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#qualitative.response_response breast.tmp#qualitative.response
Properties
content: complex
Used by
Element Group ecc:extent.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:nipplePagetDisease>
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:nipplePagetDisease>
Source
<xs:element name="nipplePagetDisease">
  <xs:complexType>
    <xs:group ref="ecc:qualitative.response"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:procedure
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#procedure_response
Properties
content: complex
Used by
Element Group ecc:specimen.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response+
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:procedure xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" on="" value="">{1,unbounded}</ecc:response>
</ecc:procedure>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="procedure">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element maxOccurs="unbounded" name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:specimen.procedure.values" use="required"/>
          <xs:attribute name="on" type="ecc:laterality.values"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:procedure / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#procedure_procedure_response_value breast.tmp#procedure_procedure_response_on breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
maxOccurs: unbounded
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" on="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
on ecc:laterality.values optional
value ecc:specimen.procedure.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element maxOccurs="unbounded" name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:specimen.procedure.values" use="required"/>
    <xs:attribute name="on" type="ecc:laterality.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:weight
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#weight.response_response breast.tmp#weight.response
Properties
content: complex
Used by
Element Group ecc:specimen.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:weight xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" relation="" unit="" value="">{1,1}</ecc:response>
</ecc:weight>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="weight">
  <xs:complexType>
    <xs:group ref="ecc:weight.response"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Element ecc:weight.response / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#weight.response_weight.response_response_value breast.tmp#weight.response_weight.response_response_unit breast.tmp#weight.response_weight.response_response_relation breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" relation="" unit="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
relation ecc:relation.values optional
unit ecc:weightUnit.values required
value ecc:positiveDecimal required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:positiveDecimal" use="required"/>
    <xs:attribute name="unit" type="ecc:weightUnit.values" use="required"/>
    <xs:attribute name="relation" type="ecc:relation.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Element ecc:site
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#site_response
Properties
content: complex
Used by
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response+
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:site xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" on="" value="">{1,unbounded}</ecc:response>
</ecc:site>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="site">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element maxOccurs="unbounded" name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:specimen.site.values" use="required"/>
          <xs:attribute name="on" type="ecc:laterality.values"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:site / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#site_site_response_value breast.tmp#site_site_response_on breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
maxOccurs: unbounded
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" on="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
on ecc:laterality.values optional
value ecc:specimen.site.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element maxOccurs="unbounded" name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:specimen.site.values" use="required"/>
    <xs:attribute name="on" type="ecc:laterality.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:integrity
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#integrity_response
Properties
content: complex
Used by
Element Group ecc:specimen.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:integrity xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:integrity>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="integrity">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:specimen.integrity.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:integrity / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#integrity_integrity_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value ecc:specimen.integrity.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:specimen.integrity.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:estrogenReceptor
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#studies.erpr.result_result breast.tmp#studies.erpr.result breast.tmp#studies.erpr.method_technique breast.tmp#studies.erpr.method_source breast.tmp#studies.erpr.method_antibody breast.tmp#studies.erpr.method_fixative breast.tmp#studies.erpr.method
Properties
content: complex
Used by
Element Group ecc:studies.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:result , ecc:technique , ecc:source , ecc:antibody , ecc:fixative{0,1}
Children ecc:antibody, ecc:comment, ecc:fixative, ecc:label, ecc:result, ecc:source, ecc:technique
Instance
<ecc:estrogenReceptor xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:estrogenReceptor>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="estrogenReceptor">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group ref="ecc:studies.erpr.result"/>
      <xs:group ref="ecc:studies.erpr.method"/>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.erpr.result / ecc:result
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#studies.erpr.result_studies.erpr.result_result_response
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:result xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" unit="percent" value="">{1,1}</ecc:response>
</ecc:result>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="result">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:studies.erpr.result.values" use="required"/>
          <xs:attribute fixed="percent" name="unit" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.erpr.result / ecc:result / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#studies.erpr.result_studies.erpr.result_result_studies.erpr.result_studies.erpr.result_result_response_value breast.tmp#studies.erpr.result_studies.erpr.result_result_studies.erpr.result_studies.erpr.result_result_response_unit breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" unit="percent" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
unit percent required
value studies.erpr.result.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:studies.erpr.result.values" use="required"/>
    <xs:attribute fixed="percent" name="unit" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.erpr.method / ecc:technique
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#studies.erpr.method_studies.erpr.method_technique_response
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:technique xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:technique>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="technique">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:studies.erpr.method.technique.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.erpr.method / ecc:technique / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#studies.erpr.method_studies.erpr.method_technique_studies.erpr.method_studies.erpr.method_technique_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value studies.erpr.method.technique.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:studies.erpr.method.technique.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.erpr.method / ecc:source
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#studies.erpr.method_studies.erpr.method_source_response
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:source xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:source>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="source">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:studies.erpr.method.source.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.erpr.method / ecc:source / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#studies.erpr.method_studies.erpr.method_source_studies.erpr.method_studies.erpr.method_source_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value studies.erpr.method.source.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:studies.erpr.method.source.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.erpr.method / ecc:antibody
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#studies.erpr.method_studies.erpr.method_antibody_response
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:antibody xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="" vendor="">{1,1}</ecc:response>
</ecc:antibody>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="antibody">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:studies.erpr.method.antibody.values" use="required"/>
          <xs:attribute name="vendor" type="ecc:studies.erpr.method.antibody.vendor.values"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.erpr.method / ecc:antibody / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#studies.erpr.method_studies.erpr.method_antibody_studies.erpr.method_studies.erpr.method_antibody_response_value breast.tmp#studies.erpr.method_studies.erpr.method_antibody_studies.erpr.method_studies.erpr.method_antibody_response_vendor breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="" vendor="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value studies.erpr.method.antibody.values required
vendor studies.erpr.method.antibody.vendor.values optional
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:studies.erpr.method.antibody.values" use="required"/>
    <xs:attribute name="vendor" type="ecc:studies.erpr.method.antibody.vendor.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.erpr.method / ecc:fixative
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#studies.erpr.method_studies.erpr.method_fixative_response
Properties
content: complex
minOccurs: 0
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:fixative xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:fixative>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element minOccurs="0" name="fixative">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:studies.erpr.method.fixative.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.erpr.method / ecc:fixative / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#studies.erpr.method_studies.erpr.method_fixative_studies.erpr.method_studies.erpr.method_fixative_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value studies.erpr.method.fixative.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:studies.erpr.method.fixative.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:progesteroneReceptor
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#studies.erpr.result_result breast.tmp#studies.erpr.result breast.tmp#studies.erpr.method_technique breast.tmp#studies.erpr.method_source breast.tmp#studies.erpr.method_antibody breast.tmp#studies.erpr.method_fixative breast.tmp#studies.erpr.method
Properties
content: complex
Used by
Element Group ecc:studies.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:result , ecc:technique , ecc:source , ecc:antibody , ecc:fixative{0,1}
Children ecc:antibody, ecc:comment, ecc:fixative, ecc:label, ecc:result, ecc:source, ecc:technique
Instance
<ecc:progesteroneReceptor xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:progesteroneReceptor>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="progesteroneReceptor">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group ref="ecc:studies.erpr.result"/>
      <xs:group ref="ecc:studies.erpr.method"/>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:HER2neu
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#studies.HER2neu.result_result breast.tmp#studies.HER2neu.result breast.tmp#studies.HER2neu.method_technique breast.tmp#studies.HER2neu.method_source breast.tmp#studies.HER2neu.method_antibody breast.tmp#studies.HER2neu.method_assay breast.tmp#studies.HER2neu.method_fixative breast.tmp#studies.HER2neu.method
Properties
content: complex
Used by
Element Group ecc:studies.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:result , ecc:technique , ecc:source , (ecc:antibody | ecc:assay) , ecc:fixative{0,1}
Children ecc:antibody, ecc:assay, ecc:comment, ecc:fixative, ecc:label, ecc:result, ecc:source, ecc:technique
Instance
<ecc:HER2neu xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:HER2neu>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="HER2neu">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group ref="ecc:studies.HER2neu.result"/>
      <xs:group ref="ecc:studies.HER2neu.method"/>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.HER2neu.result / ecc:result
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#studies.HER2neu.result_studies.HER2neu.result_result_response breast.tmp#studies.HER2neu.result_studies.HER2neu.result_result_her2GeneCopyNumber breast.tmp#studies.HER2neu.result_studies.HER2neu.result_result_chromosome17CopyNumber breast.tmp#studies.HER2neu.result_studies.HER2neu.result_result_her2CopyNumberRatio
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , (ecc:response | (ecc:her2GeneCopyNumber , ecc:chromosome17CopyNumber , ecc:her2CopyNumberRatio))
Children ecc:chromosome17CopyNumber, ecc:comment, ecc:her2CopyNumberRatio, ecc:her2GeneCopyNumber, ecc:label, ecc:response
Instance
<ecc:result>
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:result>
Source
<xs:element name="result">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:choice>
        <xs:element name="response">
          <xs:complexType>
            <xs:group ref="ecc:generic.response.content"/>
            <xs:attribute name="value" type="ecc:studies.her2.imm.result.values" use="required"/>
            <xs:attributeGroup ref="ecc:generic.attrib"/>
          </xs:complexType>
        </xs:element>
        <xs:sequence>
          <xs:element name="her2GeneCopyNumber">
            <xs:complexType>
              <xs:sequence>
                <xs:group ref="ecc:generic.content"/>
              </xs:sequence>
              <xs:attribute name="value" type="ecc:nonNegativeDecimal" use="required"/>
              <xs:attribute fixed="per cell" name="unit" use="required"/>
              <xs:attributeGroup ref="ecc:generic.attrib"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="chromosome17CopyNumber">
            <xs:complexType>
              <xs:sequence>
                <xs:group ref="ecc:generic.content"/>
              </xs:sequence>
              <xs:attribute name="value" type="ecc:nonNegativeDecimal" use="required"/>
              <xs:attribute fixed="per cell" name="unit" use="required"/>
              <xs:attributeGroup ref="ecc:generic.attrib"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="her2CopyNumberRatio">
            <xs:complexType>
              <xs:sequence>
                <xs:group ref="ecc:generic.content"/>
              </xs:sequence>
              <xs:attribute name="value" type="ecc:nonNegativeDecimal" use="required"/>
              <xs:attributeGroup ref="ecc:generic.attrib"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.HER2neu.result / ecc:result / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#studies.HER2neu.result_studies.HER2neu.result_result_studies.HER2neu.result_studies.HER2neu.result_result_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value studies.her2.imm.result.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:studies.her2.imm.result.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.HER2neu.result / ecc:result / ecc:her2GeneCopyNumber
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#studies.HER2neu.result_studies.HER2neu.result_result_studies.HER2neu.result_studies.HER2neu.result_result_her2GeneCopyNumber_value breast.tmp#studies.HER2neu.result_studies.HER2neu.result_result_studies.HER2neu.result_studies.HER2neu.result_result_her2GeneCopyNumber_unit breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label
Instance
<ecc:her2GeneCopyNumber xml:id="" unit="per cell" value="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:her2GeneCopyNumber>
Attributes
QName Type Fixed Default Use Annotation
unit per cell required
value ecc:nonNegativeDecimal required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="her2GeneCopyNumber">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
    </xs:sequence>
    <xs:attribute name="value" type="ecc:nonNegativeDecimal" use="required"/>
    <xs:attribute fixed="per cell" name="unit" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.HER2neu.result / ecc:result / ecc:chromosome17CopyNumber
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#studies.HER2neu.result_studies.HER2neu.result_result_studies.HER2neu.result_studies.HER2neu.result_result_chromosome17CopyNumber_value breast.tmp#studies.HER2neu.result_studies.HER2neu.result_result_studies.HER2neu.result_studies.HER2neu.result_result_chromosome17CopyNumber_unit breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label
Instance
<ecc:chromosome17CopyNumber xml:id="" unit="per cell" value="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:chromosome17CopyNumber>
Attributes
QName Type Fixed Default Use Annotation
unit per cell required
value ecc:nonNegativeDecimal required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="chromosome17CopyNumber">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
    </xs:sequence>
    <xs:attribute name="value" type="ecc:nonNegativeDecimal" use="required"/>
    <xs:attribute fixed="per cell" name="unit" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.HER2neu.result / ecc:result / ecc:her2CopyNumberRatio
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#studies.HER2neu.result_studies.HER2neu.result_result_studies.HER2neu.result_studies.HER2neu.result_result_her2CopyNumberRatio_value breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label
Instance
<ecc:her2CopyNumberRatio xml:id="" value="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:her2CopyNumberRatio>
Attributes
QName Type Fixed Default Use Annotation
value ecc:nonNegativeDecimal required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="her2CopyNumberRatio">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
    </xs:sequence>
    <xs:attribute name="value" type="ecc:nonNegativeDecimal" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.HER2neu.method / ecc:technique
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#studies.HER2neu.method_studies.HER2neu.method_technique_response
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:technique xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:technique>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="technique">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:studies.her2.method.technique.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.HER2neu.method / ecc:technique / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#studies.HER2neu.method_studies.HER2neu.method_technique_studies.HER2neu.method_studies.HER2neu.method_technique_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value studies.her2.method.technique.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:studies.her2.method.technique.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.HER2neu.method / ecc:source
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#studies.HER2neu.method_studies.HER2neu.method_source_response
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:source xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:source>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="source">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:studies.erpr.method.source.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.HER2neu.method / ecc:source / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#studies.HER2neu.method_studies.HER2neu.method_source_studies.HER2neu.method_studies.HER2neu.method_source_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value studies.erpr.method.source.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:studies.erpr.method.source.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.HER2neu.method / ecc:antibody
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#studies.HER2neu.method_studies.HER2neu.method_antibody_response
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:antibody xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="" vendor="">{1,1}</ecc:response>
</ecc:antibody>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="antibody">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:studies.her2.method.antibody.values" use="required"/>
          <xs:attribute name="vendor" type="ecc:studies.her2.method.antibody.vendor.values"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.HER2neu.method / ecc:antibody / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#studies.HER2neu.method_studies.HER2neu.method_antibody_studies.HER2neu.method_studies.HER2neu.method_antibody_response_value breast.tmp#studies.HER2neu.method_studies.HER2neu.method_antibody_studies.HER2neu.method_studies.HER2neu.method_antibody_response_vendor breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="" vendor="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value studies.her2.method.antibody.values required
vendor studies.her2.method.antibody.vendor.values optional
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:studies.her2.method.antibody.values" use="required"/>
    <xs:attribute name="vendor" type="ecc:studies.her2.method.antibody.vendor.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.HER2neu.method / ecc:assay
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#studies.HER2neu.method_studies.HER2neu.method_assay_response
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:assay xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="" vendor="">{1,1}</ecc:response>
</ecc:assay>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="assay">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:studies.her2.method.assay.values" use="required"/>
          <xs:attribute name="vendor" type="ecc:studies.her2.method.assay.vendor.values"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.HER2neu.method / ecc:assay / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#studies.HER2neu.method_studies.HER2neu.method_assay_studies.HER2neu.method_studies.HER2neu.method_assay_response_value breast.tmp#studies.HER2neu.method_studies.HER2neu.method_assay_studies.HER2neu.method_studies.HER2neu.method_assay_response_vendor breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="" vendor="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value studies.her2.method.assay.values required
vendor studies.her2.method.assay.vendor.values optional
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:studies.her2.method.assay.values" use="required"/>
    <xs:attribute name="vendor" type="ecc:studies.her2.method.assay.vendor.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.HER2neu.method / ecc:fixative
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#studies.HER2neu.method_studies.HER2neu.method_fixative_response
Properties
content: complex
minOccurs: 0
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:fixative xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:fixative>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element minOccurs="0" name="fixative">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:studies.erpr.method.fixative.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:studies.HER2neu.method / ecc:fixative / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#studies.HER2neu.method_studies.HER2neu.method_fixative_studies.HER2neu.method_studies.HER2neu.method_fixative_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value studies.erpr.method.fixative.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:studies.erpr.method.fixative.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element ecc:clinicalFinding
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#date.attrib breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#clinicalFinding_response
Properties
content: complex
Used by
Element Group ecc:history.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:clinicalFinding date="" duration="" end="" xml:id="" start="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:clinicalFinding>
Attributes
QName Type Fixed Default Use Annotation
date ecc:date optional
duration xs:duration optional
end ecc:date optional
start ecc:date optional
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="clinicalFinding">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:history.clinical.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:date.attrib"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:clinicalFinding / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#clinicalFinding_clinicalFinding_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value ecc:history.clinical.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:history.clinical.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:pathologicFinding
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#date.attrib breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#pathologicFinding_response
Properties
content: complex
Used by
Element Group ecc:history.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:pathologicFinding date="" duration="" end="" xml:id="" start="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:pathologicFinding>
Attributes
QName Type Fixed Default Use Annotation
date ecc:date optional
duration xs:duration optional
end ecc:date optional
start ecc:date optional
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="pathologicFinding">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:history.pathology.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:date.attrib"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:pathologicFinding / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#pathologicFinding_pathologicFinding_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value ecc:history.pathology.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:history.pathology.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:priorTherapy
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#date.attrib breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#priorTherapy_response
Properties
content: complex
Used by
Element Group ecc:history.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:priorTherapy date="" duration="" end="" xml:id="" start="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:priorTherapy>
Attributes
QName Type Fixed Default Use Annotation
date ecc:date optional
duration xs:duration optional
end ecc:date optional
start ecc:date optional
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="priorTherapy">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:history.priorTherapy.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:date.attrib"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:priorTherapy / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#priorTherapy_priorTherapy_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value ecc:history.priorTherapy.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:history.priorTherapy.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:radiologicFinding
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#date.attrib breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#radiologicFinding_response
Properties
content: complex
Used by
Element Group ecc:history.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:radiologicFinding date="" duration="" end="" xml:id="" start="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:radiologicFinding>
Attributes
QName Type Fixed Default Use Annotation
date ecc:date optional
duration xs:duration optional
end ecc:date optional
start ecc:date optional
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="radiologicFinding">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:history.radiology.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:date.attrib"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:radiologicFinding / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#radiologicFinding_radiologicFinding_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value ecc:history.radiology.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:history.radiology.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:focus
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#focus_type breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#site breast.tmp#size breast.tmp#histologicType breast.tmp#grade breast.tmp#tumor.focus.content
Properties
content: complex
Used by
Element Group ecc:tumor.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:site , ecc:size , ecc:histologicType , ecc:grade
Children ecc:comment, ecc:grade, ecc:histologicType, ecc:label, ecc:site, ecc:size
Instance
<ecc:focus xml:id="" type="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:focus>
Attributes
QName Type Fixed Default Use Annotation
type ecc:tumor.focus.type.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="focus">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group ref="ecc:tumor.focus.content"/>
    </xs:sequence>
    <xs:attribute name="type" type="ecc:tumor.focus.type.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:histologicType
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#histologicType_response
Properties
content: complex
Used by
Element Group ecc:tumor.focus.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response+
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:histologicType xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,unbounded}</ecc:response>
</ecc:histologicType>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="histologicType">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element maxOccurs="unbounded" name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:tumor.histologicType.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:histologicType / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#histologicType_histologicType_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
maxOccurs: unbounded
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value ecc:tumor.histologicType.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element maxOccurs="unbounded" name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:tumor.histologicType.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:grade
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#grade_system breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#grade_response
Properties
content: complex
Used by
Element Group ecc:tumor.focus.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response+
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:grade xml:id="" system="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response for="" xml:id="" value="">{1,unbounded}</ecc:response>
</ecc:grade>
Attributes
QName Type Fixed Default Use Annotation
system ecc:tumor.gradeSystem.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="grade">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element maxOccurs="unbounded" name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:tumor.grade.values" use="required"/>
          <xs:attribute name="for" type="ecc:tumor.grade.for.values"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="system" type="ecc:tumor.gradeSystem.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:grade / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#grade_grade_response_value breast.tmp#grade_grade_response_for breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
maxOccurs: unbounded
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response for="" xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
for ecc:tumor.grade.for.values optional
value ecc:tumor.grade.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element maxOccurs="unbounded" name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:tumor.grade.values" use="required"/>
    <xs:attribute name="for" type="ecc:tumor.grade.for.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:tumor.grade.response / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#tumor.grade.response_tumor.grade.response_response_value breast.tmp#tumor.grade.response_tumor.grade.response_response_for breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
maxOccurs: unbounded
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response for="" xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
for ecc:tumor.grade.for.values optional
value ecc:tumor.grade.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element maxOccurs="unbounded" name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:tumor.grade.values" use="required"/>
    <xs:attribute name="for" type="ecc:tumor.grade.for.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:margin
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#margin_name breast.tmp#margin_on breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#margins.margin.result_result breast.tmp#margins.margin.result breast.tmp#distance
Properties
content: complex
Used by
Element Group ecc:margins.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:result , ecc:distance*
Children ecc:comment, ecc:distance, ecc:label, ecc:result
Instance
<ecc:margin xml:id="" name="" on="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:distance for="" from="" xml:id="">{0,unbounded}</ecc:distance>
</ecc:margin>
Attributes
QName Type Fixed Default Use Annotation
name ecc:margins.margin.name.values required
on ecc:laterality.values optional
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="margin">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group maxOccurs="unbounded" ref="ecc:margins.margin.result"/>
      <xs:element maxOccurs="unbounded" minOccurs="0" ref="ecc:distance"/>
    </xs:sequence>
    <xs:attribute name="name" type="ecc:margins.margin.name.values" use="required"/>
    <xs:attribute name="on" type="ecc:laterality.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:margins.margin.result / ecc:result
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#margins.margin.result_margins.margin.result_result_for breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#margins.margin.result_margins.margin.result_result_response
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:result for="" xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response closest="" extent="" xml:id="" value="">{1,1}</ecc:response>
</ecc:result>
Attributes
QName Type Fixed Default Use Annotation
for ecc:margins.margin.result.for.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="result">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <!-- this is a qualitative response with some modifying attributes -->
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:qualitative.values" use="required"/>
          <xs:attribute name="extent" type="ecc:margins.margin.focality.values"/>
          <xs:attribute name="closest" type="ecc:qualitative.values"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="for" type="ecc:margins.margin.result.for.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:margins.margin.result / ecc:result / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#margins.margin.result_margins.margin.result_result_margins.margin.result_margins.margin.result_result_response_value breast.tmp#margins.margin.result_margins.margin.result_result_margins.margin.result_margins.margin.result_result_response_extent breast.tmp#margins.margin.result_margins.margin.result_result_margins.margin.result_margins.margin.result_result_response_closest breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response closest="" extent="" xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
closest ecc:qualitative.values optional
extent ecc:margins.margin.focality.values optional
value ecc:qualitative.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <!-- this is a qualitative response with some modifying attributes -->
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:qualitative.values" use="required"/>
    <xs:attribute name="extent" type="ecc:margins.margin.focality.values"/>
    <xs:attribute name="closest" type="ecc:qualitative.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:distance
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#distance_for breast.tmp#distance_from breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#length.response_response breast.tmp#length.response
Properties
content: complex
Used by
Element ecc:margin
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:distance for="" from="" xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" relation="" unit="" value="">{1,1}</ecc:response>
</ecc:distance>
Attributes
QName Type Fixed Default Use Annotation
for restriction of xs:token required
from restriction of xs:token optional
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="distance">
  <xs:complexType>
    <xs:group ref="ecc:length.response"/>
    <xs:attribute name="for" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="in-situ"/>
          <xs:enumeration value="invasive"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="from">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="margin"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:nodeGroup
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#nodeGroup_name breast.tmp#nodeGroup_on breast.tmp#nodeGroup_technique breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#nodes.nodeGroup.result_result breast.tmp#nodes.nodeGroup.result breast.tmp#largestMetastasis breast.tmp#extracapsularExtension
Properties
content: complex
Used by
Element Group ecc:nodes.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:result , ecc:largestMetastasis{0,1} , ecc:extracapsularExtension{0,1}
Children ecc:comment, ecc:extracapsularExtension, ecc:label, ecc:largestMetastasis, ecc:result
Instance
<ecc:nodeGroup xml:id="" name="" on="" technique="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:largestMetastasis xml:id="">{0,1}</ecc:largestMetastasis>
  <ecc:extracapsularExtension xml:id="">{0,1}</ecc:extracapsularExtension>
</ecc:nodeGroup>
Attributes
QName Type Fixed Default Use Annotation
name ecc:nodes.nodeGroup.name.values required
on ecc:laterality.values optional
technique ecc:nodes.nodeGroup.technique.values optional
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="nodeGroup">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group maxOccurs="unbounded" ref="ecc:nodes.nodeGroup.result"/>
      <xs:element minOccurs="0" ref="ecc:largestMetastasis"/>
      <xs:element minOccurs="0" ref="ecc:extracapsularExtension"/>
    </xs:sequence>
    <xs:attribute name="name" type="ecc:nodes.nodeGroup.name.values" use="required"/>
    <xs:attribute name="on" type="ecc:laterality.values"/>
    <xs:attribute name="technique" type="ecc:nodes.nodeGroup.technique.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:nodes.nodeGroup.result / ecc:result
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#nodes.nodeGroup.result_nodes.nodeGroup.result_result_for breast.tmp#nodes.nodeGroup.result.sitespecific.attrib breast.tmp#nodes.nodeGroup.result_nodes.nodeGroup.result_result_tumorRegression breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#tally.response_response breast.tmp#tally.response
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:result for="" xml:id="" itc="" micrometastasis="" tumorRegression="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" relation="" value="">{1,1}</ecc:response>
</ecc:result>
Attributes
QName Type Fixed Default Use Annotation
for ecc:nodes.nodeGroup.result.for.values required
itc nodes.nodeGroup.result.itc.values optional
micrometastasis nodes.nodeGroup.result.micrometastasis.values optional
tumorRegression ecc:nodes.nodeGroup.result.tumorRegression.values optional
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="result">
  <xs:complexType>
    <xs:group ref="ecc:tally.response"/>
    <xs:attribute name="for" type="ecc:nodes.nodeGroup.result.for.values" use="required"/>
    <xs:attributeGroup ref="ecc:nodes.nodeGroup.result.sitespecific.attrib"/>
    <xs:attribute name="tumorRegression" type="ecc:nodes.nodeGroup.result.tumorRegression.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:largestMetastasis
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.content_label breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#length.response_response breast.tmp#length.response breast.tmp#size.response
Properties
content: complex
Used by
Element ecc:nodeGroup
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:largestMetastasis xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:largestMetastasis>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="largestMetastasis">
  <xs:complexType>
    <xs:group ref="ecc:size.response"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:extracapsularExtension
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#qualitative.response_response breast.tmp#qualitative.response
Properties
content: complex
Used by
Element ecc:nodeGroup
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:extracapsularExtension xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:extracapsularExtension>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="extracapsularExtension">
  <xs:complexType>
    <xs:group ref="ecc:qualitative.response"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:metastaticSite
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#metastaticSite_name breast.tmp#metastaticSite_on breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#distant.metastaticSite.result_result breast.tmp#distant.metastaticSite.result breast.tmp#metastasisSize
Properties
content: complex
Used by
Element Group ecc:distant.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:result , ecc:metastasisSize{0,1}
Children ecc:comment, ecc:label, ecc:metastasisSize, ecc:result
Instance
<ecc:metastaticSite xml:id="" name="" on="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:metastasisSize>{0,1}</ecc:metastasisSize>
</ecc:metastaticSite>
Attributes
QName Type Fixed Default Use Annotation
name ecc:distant.metastaticSite.name.values required
on ecc:laterality.values optional
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="metastaticSite">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group ref="ecc:distant.metastaticSite.result"/>
      <xs:element minOccurs="0" ref="ecc:metastasisSize"/>
    </xs:sequence>
    <xs:attribute name="name" type="ecc:distant.metastaticSite.name.values" use="required"/>
    <xs:attribute name="on" type="ecc:laterality.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:distant.metastaticSite.result / ecc:result
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#date.attrib breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#distant.metastaticSite.result_distant.metastaticSite.result_result_response
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:result date="" duration="" end="" xml:id="" start="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:result>
Attributes
QName Type Fixed Default Use Annotation
date ecc:date optional
duration xs:duration optional
end ecc:date optional
start ecc:date optional
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="result">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:qualitative.values" use="required"/>
          <!-- This attribute is required for breast only, but as extensions
                                    are not possible, I have to add it for every site. You could
                                    prohibit it for all the sites that don't use it, but perhaps
                                    this is not important. -->
          <!--<xs:attribute name="type"
                                type="ecc:distant.metastaticSite.result.response.type.values" />-->
          <xs:attributeGroup ref="ecc:distant.metastaticSite.result.response.attrib"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:date.attrib"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:distant.metastaticSite.result / ecc:result / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#distant.metastaticSite.result_distant.metastaticSite.result_result_distant.metastaticSite.result_distant.metastaticSite.result_result_response_value breast.tmp#distant.metastaticSite.result.response.attrib breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value ecc:qualitative.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:qualitative.values" use="required"/>
    <!-- This attribute is required for breast only, but as extensions
                                    are not possible, I have to add it for every site. You could
                                    prohibit it for all the sites that don't use it, but perhaps
                                    this is not important. -->
    <!--<xs:attribute name="type"
                                type="ecc:distant.metastaticSite.result.response.type.values" />-->
    <xs:attributeGroup ref="ecc:distant.metastaticSite.result.response.attrib"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:metastasisSize
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.content_label breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.content_label breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#length.response_response breast.tmp#length.response breast.tmp#size.response
Properties
content: complex
Used by
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:metastasisSize>
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:metastasisSize>
Source
<xs:element name="metastasisSize">
  <xs:complexType>
    <xs:group ref="ecc:size.response"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:prefix
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#prefix_response
Properties
content: complex
Used by
Element Group ecc:stage.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response+
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:prefix xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,unbounded}</ecc:response>
</ecc:prefix>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="prefix">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element maxOccurs="unbounded" name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:stage.prefix.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:prefix / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#prefix_prefix_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
maxOccurs: unbounded
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value ecc:stage.prefix.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element maxOccurs="unbounded" name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:stage.prefix.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:multiplicity
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#multiplicity_response
Properties
content: complex
Used by
Element Group ecc:stage.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:multiplicity xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:multiplicity>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="multiplicity">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:stage.multiplicity.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:multiplicity / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#multiplicity_multiplicity_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value ecc:stage.multiplicity.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:stage.multiplicity.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:pT
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#pT_response
Properties
content: complex
Used by
Element Group ecc:stage.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:pT xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:pT>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="pT">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:stage.pT.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:pT / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#pT_pT_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value ecc:stage.pT.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:stage.pT.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:pN
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#pN_response
Properties
content: complex
Used by
Element Group ecc:stage.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:pN xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:pN>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="pN">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:stage.pN.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:pN / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#pN_pN_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value ecc:stage.pN.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:stage.pN.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:pM
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#pM_response
Properties
content: complex
Used by
Element Group ecc:stage.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:pM xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:pM>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="pM">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:stage.pM.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:pM / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#pM_pM_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value ecc:stage.pM.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:stage.pM.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:group
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#group_response
Properties
content: complex
Used by
Element Group ecc:stage.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:group xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:group>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="group">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:stage.group.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:group / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#group_group_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value ecc:stage.group.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:stage.group.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:finding
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#finding_of breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#finding_response
Properties
content: complex
Used by
Element Group ecc:additional.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Instance
<ecc:finding xml:id="" of="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:response xml:id="" value="">{1,1}</ecc:response>
</ecc:finding>
Attributes
QName Type Fixed Default Use Annotation
of ecc:additional.finding.of.values optional
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="finding">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:element name="response">
        <xs:complexType>
          <xs:group ref="ecc:generic.response.content"/>
          <xs:attribute name="value" type="ecc:additional.finding.values" use="required"/>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="of" type="ecc:additional.finding.of.values"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:finding / ecc:response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#finding_finding_response_value breast.tmp#generic.attrib breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.response.content
Properties
content: complex
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Instance
<ecc:response xml:id="" value="">
  <ecc:specify>{0,1}</ecc:specify>
</ecc:response>
Attributes
QName Type Fixed Default Use Annotation
value ecc:additional.finding.values required
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="response">
  <xs:complexType>
    <xs:group ref="ecc:generic.response.content"/>
    <xs:attribute name="value" type="ecc:additional.finding.values" use="required"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element ecc:resection
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#resection.attrib breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#history breast.tmp#specimen breast.tmp#tumor breast.tmp#extent breast.tmp#accessory breast.tmp#margins breast.tmp#nodes breast.tmp#distant breast.tmp#studies breast.tmp#stage breast.tmp#additional breast.tmp#resection.content
Properties
content: complex
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:history , ecc:specimen , ecc:tumor , ecc:extent , ecc:accessory , ecc:margins , ecc:nodes , ecc:distant , ecc:studies , ecc:stage , ecc:additional
Children ecc:accessory, ecc:additional, ecc:comment, ecc:distant, ecc:extent, ecc:history, ecc:label, ecc:margins, ecc:nodes, ecc:specimen, ecc:stage, ecc:studies, ecc:tumor
Instance
<ecc:resection xml:id="" schemaLocation="http://purl.org/pathology/ecc/breast/resection/schema.xsd" transformation="http://purl.org/pathology/ecc/breast/resection/ecc.xsl" version="0.5">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:resection>
Attributes
QName Type Fixed Default Use Annotation
schemaLocation http://purl.org/pathology/ecc/breast/resection/schema.xsd optional
transformation http://purl.org/pathology/ecc/breast/resection/ecc.xsl optional
version 0.5 optional
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="resection">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group ref="ecc:resection.content"/>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:resection.attrib"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element ecc:history
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#clinicalFinding breast.tmp#pathologicFinding breast.tmp#priorTherapy breast.tmp#radiologicFinding breast.tmp#history.content
Properties
content: complex
Used by
Element Group ecc:resection.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:clinicalFinding* , ecc:pathologicFinding* , ecc:priorTherapy* , ecc:radiologicFinding*
Children ecc:clinicalFinding, ecc:comment, ecc:label, ecc:pathologicFinding, ecc:priorTherapy, ecc:radiologicFinding
Instance
<ecc:history xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:history>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="history">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group ref="ecc:history.content"/>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element ecc:specimen
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#procedure breast.tmp#size breast.tmp#weight breast.tmp#site breast.tmp#integrity breast.tmp#http___purl.org_pathology_ecc__specimen.content breast.tmp#specimen.content
Properties
content: complex
Used by
Element Group ecc:resection.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:procedure , ecc:size , ecc:weight{0,1} , ecc:site , ecc:integrity{0,1}
Children ecc:comment, ecc:integrity, ecc:label, ecc:procedure, ecc:site, ecc:size, ecc:weight
Instance
<ecc:specimen xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:specimen>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="specimen">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group ref="ecc:specimen.content"/>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element ecc:tumor
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#focus breast.tmp#tumor.content
Properties
content: complex
Used by
Element Group ecc:resection.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:focus+
Children ecc:comment, ecc:focus, ecc:label
Instance
<ecc:tumor xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:tumor>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="tumor">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group ref="ecc:tumor.content"/>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element ecc:extent
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#contiguousExtension breast.tmp#http___purl.org_pathology_ecc__extent.content breast.tmp#skinUlceration breast.tmp#skinSatelliteNodules breast.tmp#dermalLymphaticInvasion breast.tmp#nipplePagetDisease breast.tmp#extent.content
Properties
content: complex
Used by
Element Group ecc:resection.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:contiguousExtension* , ecc:skinUlceration , ecc:skinSatelliteNodules , ecc:dermalLymphaticInvasion , ecc:nipplePagetDisease
Children ecc:comment, ecc:contiguousExtension, ecc:dermalLymphaticInvasion, ecc:label, ecc:nipplePagetDisease, ecc:skinSatelliteNodules, ecc:skinUlceration
Instance
<ecc:extent xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:extent>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="extent">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group ref="ecc:extent.content"/>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element ecc:accessory
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#treatmentResponse breast.tmp#lymphVascularInvasion breast.tmp#perineuralInvasion breast.tmp#http___purl.org_pathology_ecc__accessory.content breast.tmp#microcalcifications breast.tmp#ductalCarcinoma-in-situ breast.tmp#lobularCarcinoma-in-situ breast.tmp#accessory.content
Properties
content: complex
Used by
Element Group ecc:resection.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:treatmentResponse{0,1} , ecc:lymphVascularInvasion , ecc:perineuralInvasion , ecc:microcalcifications{0,1} , ecc:ductalCarcinoma-in-situ , ecc:lobularCarcinoma-in-situ{0,1}
Children ecc:comment, ecc:ductalCarcinoma-in-situ, ecc:label, ecc:lobularCarcinoma-in-situ, ecc:lymphVascularInvasion, ecc:microcalcifications, ecc:perineuralInvasion, ecc:treatmentResponse
Instance
<ecc:accessory xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:accessory>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="accessory">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group ref="ecc:accessory.content"/>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element ecc:margins
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#margin breast.tmp#margins.content
Properties
content: complex
Used by
Element Group ecc:resection.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:margin*
Children ecc:comment, ecc:label, ecc:margin
Instance
<ecc:margins xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:margin xml:id="" name="" on="">{0,unbounded}</ecc:margin>
</ecc:margins>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="margins">
  <xs:complexType>
    <xs:group ref="ecc:margins.content"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element ecc:nodes
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#nodeGroup breast.tmp#nodes.content
Properties
content: complex
Used by
Element Group ecc:resection.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:nodeGroup*
Children ecc:comment, ecc:label, ecc:nodeGroup
Instance
<ecc:nodes xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:nodes>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="nodes">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group ref="ecc:nodes.content"/>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element ecc:distant
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#metastaticSite breast.tmp#distant.content
Properties
content: complex
Used by
Element Group ecc:resection.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:metastaticSite*
Children ecc:comment, ecc:label, ecc:metastaticSite
Instance
<ecc:distant xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
  <ecc:metastaticSite xml:id="" name="" on="">{0,unbounded}</ecc:metastaticSite>
</ecc:distant>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="distant">
  <xs:complexType>
    <xs:group ref="ecc:distant.content"/>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element ecc:studies
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#http___purl.org_pathology_ecc__studies.content breast.tmp#estrogenReceptor breast.tmp#progesteroneReceptor breast.tmp#HER2neu breast.tmp#studies.content
Properties
content: complex
Used by
Element Group ecc:resection.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , , ecc:estrogenReceptor , ecc:progesteroneReceptor , ecc:HER2neu
Children ecc:HER2neu, ecc:comment, ecc:estrogenReceptor, ecc:label, ecc:progesteroneReceptor
Instance
<ecc:studies xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:studies>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="studies">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group ref="ecc:studies.content"/>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element ecc:stage
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#prefix breast.tmp#multiplicity breast.tmp#pT breast.tmp#pN breast.tmp#pM breast.tmp#group breast.tmp#stage.content
Properties
content: complex
Used by
Element Group ecc:resection.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:prefix , ecc:multiplicity , ecc:pT , ecc:pN , ecc:pM , ecc:group
Children ecc:comment, ecc:group, ecc:label, ecc:multiplicity, ecc:pM, ecc:pN, ecc:pT, ecc:prefix
Instance
<ecc:stage xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:stage>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="stage">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group ref="ecc:stage.content"/>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element ecc:additional
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.attrib breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#finding breast.tmp#additional.content
Properties
content: complex
Used by
Element Group ecc:resection.content
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:finding+
Children ecc:comment, ecc:finding, ecc:label
Instance
<ecc:additional xml:id="">
  <ecc:label>{0,1}</ecc:label>
  <ecc:comment>{0,1}</ecc:comment>
</ecc:additional>
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:element name="additional">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="ecc:generic.content"/>
      <xs:group ref="ecc:additional.content"/>
    </xs:sequence>
    <xs:attributeGroup ref="ecc:generic.attrib"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Simple Type ecc:accessory.treatmentResponse.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#accessory.treatmentResponse.sitespecific.values
Type union of(ecc:base.values, accessory.treatmentResponse.sitespecific.values, restriction of xs:token)
Used by
Source
<xs:simpleType name="accessory.treatmentResponse.values">
  <xs:union memberTypes="base.values accessory.treatmentResponse.sitespecific.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="none"/>
        <xs:enumeration value="slight"/>
        <xs:enumeration value="marked"/>
        <xs:enumeration value="complete"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:qualitative.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values
Type union of(ecc:base.values, restriction of xs:token)
Used by
Source
<xs:simpleType name="qualitative.values">
  <xs:union memberTypes="base.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="positive"/>
        <xs:enumeration value="negative"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type accessory.microcalcifications.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values
Type union of(ecc:base.values, restriction of xs:token)
Used by
Source
<xs:simpleType name="accessory.microcalcifications.values">
  <xs:union memberTypes="base.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="negative"/>
        <xs:enumeration value="in DCIS"/>
        <xs:enumeration value="in invasive carcinoma"/>
        <xs:enumeration value="in non-neoplastic tissue"/>
        <xs:enumeration value="specify"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:focality.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values
Type union of(ecc:base.values, restriction of xs:token)
Used by
Source
<xs:simpleType name="focality.values">
  <xs:union memberTypes="base.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="microfocal"/>
        <xs:enumeration value="unifocal"/>
        <xs:enumeration value="multifocal"/>
        <xs:enumeration value="extensive"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:lengthUnit.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration cm
enumeration mm
enumeration in
Used by
Source
<xs:simpleType name="lengthUnit.values">
  <xs:restriction base="xs:token">
    <xs:enumeration value="cm"/>
    <xs:enumeration value="mm"/>
    <xs:enumeration value="in"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:relation.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration less than
enumeration less than or equal
enumeration equal
enumeration approximately equal
enumeration greater than or equal
enumeration greater than
Used by
Source
<xs:simpleType name="relation.values">
  <xs:restriction base="xs:token">
    <xs:enumeration value="less than"/>
    <xs:enumeration value="less than or equal"/>
    <xs:enumeration value="equal"/>
    <xs:enumeration value="approximately equal"/>
    <xs:enumeration value="greater than or equal"/>
    <xs:enumeration value="greater than"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:positiveDecimal
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values
Type union of(ecc:base.values, restriction of xs:decimal)
Used by
Source
<xs:simpleType name="positiveDecimal">
  <xs:union memberTypes="ecc:base.values">
    <xs:simpleType>
      <xs:restriction base="xs:decimal">
        <xs:minExclusive value="0.0"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Simple Type ecc:nonNegativeInteger
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values
Type union of(ecc:base.values, xs:nonNegativeInteger)
Used by
Source
<xs:simpleType name="nonNegativeInteger">
  <xs:union memberTypes="ecc:base.values xs:nonNegativeInteger"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Simple Type accessory.cis.blocks.type.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration RT-PCR negative
enumeration specify
enumeration inapplicable
enumeration unreported
Used by
Source
<xs:simpleType name="accessory.cis.blocks.type.values">
  <xs:restriction base="xs:token">
    <xs:enumeration value="RT-PCR negative"/>
    <xs:enumeration value="specify"/>
    <xs:enumeration value="inapplicable"/>
    <xs:enumeration value="unreported"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type accessory.dcis.pattern.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values
Type union of(ecc:base.values, restriction of xs:token)
Used by
Source
<xs:simpleType name="accessory.dcis.pattern.values">
  <xs:union memberTypes="base.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="comedocarcinoma"/>
        <xs:enumeration value="cribriform"/>
        <xs:enumeration value="micropapillary"/>
        <xs:enumeration value="papillary"/>
        <xs:enumeration value="solid"/>
        <xs:enumeration value="specify"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type accessory.dcis.grade.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values
Type union of(ecc:base.values, restriction of xs:token)
Used by
Source
<xs:simpleType name="accessory.dcis.grade.values">
  <xs:union memberTypes="base.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="low"/>
        <xs:enumeration value="intermediate"/>
        <xs:enumeration value="high"/>
        <xs:enumeration value="specify"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type accessory.dcis.necrosis.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#qualitative.values
Type union of(ecc:qualitative.values, restriction of xs:token)
Used by
Source
<xs:simpleType name="accessory.dcis.necrosis.values">
  <xs:union memberTypes="qualitative.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="specify"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:extent.contiguousExtension.focality.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#focality.values
Type union of(ecc:focality.values)
Used by
Source
<xs:simpleType name="extent.contiguousExtension.focality.values">
  <xs:union memberTypes="focality.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:extent.contiguousExtension.to.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#extent.contiguousExtension.to.sitespecific.values
Type union of(ecc:base.values, extent.contiguousExtension.to.sitespecific.values)
Used by
Source
<xs:simpleType name="extent.contiguousExtension.to.values">
  <xs:union memberTypes="base.values extent.contiguousExtension.to.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:laterality.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration right
enumeration left
enumeration inapplicable
enumeration unreported
Used by
Source
<xs:simpleType name="laterality.values">
  <xs:restriction base="xs:token">
    <xs:enumeration value="right"/>
    <xs:enumeration value="left"/>
    <xs:enumeration value="inapplicable"/>
    <xs:enumeration value="unreported"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:extent.contiguousExtension.for.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#extent.contiguousExtension.for.sitespecific.values
Type union of(ecc:base.values, extent.contiguousExtension.for.sitespecific.values, restriction of xs:token)
Used by
Source
<xs:simpleType name="extent.contiguousExtension.for.values">
  <xs:union memberTypes="base.values extent.contiguousExtension.for.sitespecific.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="invades"/>
        <xs:enumeration value="adheres"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:specimen.procedure.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#specimen.procedure.sitespecific.values
Type union of(ecc:base.values, specimen.procedure.sitespecific.values)
Used by
Source
<xs:simpleType name="specimen.procedure.values">
  <xs:union memberTypes="base.values specimen.procedure.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:weightUnit.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration mg
enumeration g
enumeration kg
Used by
Source
<xs:simpleType name="weightUnit.values">
  <xs:restriction base="xs:token">
    <xs:enumeration value="mg"/>
    <xs:enumeration value="g"/>
    <xs:enumeration value="kg"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:specimen.site.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#specimen.site.sitespecific.values
Type union of(ecc:base.values, specimen.site.sitespecific.values)
Used by
Source
<xs:simpleType name="specimen.site.values">
  <xs:union memberTypes="base.values specimen.site.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:specimen.integrity.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#specimen.integrity.sitespecific.values
Type union of(ecc:base.values, specimen.integrity.sitespecific.values, restriction of xs:token)
Used by
Source
<xs:simpleType name="specimen.integrity.values">
  <xs:union memberTypes="base.values specimen.integrity.sitespecific.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="intact"/>
        <xs:enumeration value="fragmented"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type studies.erpr.result.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#nonNegativeDecimal
Type union of(ecc:nonNegativeDecimal, restriction of xs:token)
Used by
Source
<xs:simpleType name="studies.erpr.result.values">
  <xs:union memberTypes="nonNegativeDecimal">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="pending"/>
        <xs:enumeration value="inapplicable"/>
        <xs:enumeration value="unreported"/>
        <xs:enumeration value="specify"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type studies.erpr.method.technique.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration immunohistochemistry
enumeration inapplicable
enumeration unreported
enumeration specify
Used by
Source
<xs:simpleType name="studies.erpr.method.technique.values">
  <xs:restriction base="xs:token">
    <xs:enumeration value="immunohistochemistry"/>
    <xs:enumeration value="inapplicable"/>
    <xs:enumeration value="unreported"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type studies.erpr.method.source.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration this specimen
enumeration pending
enumeration inapplicable
enumeration unreported
enumeration specify
Used by
Source
<xs:simpleType name="studies.erpr.method.source.values">
  <xs:restriction base="xs:token">
    <xs:enumeration value="this specimen"/>
    <xs:enumeration value="pending"/>
    <xs:enumeration value="inapplicable"/>
    <xs:enumeration value="unreported"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type studies.erpr.method.antibody.vendor.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values
Type union of(ecc:base.values, xs:token)
Used by
Source
<xs:simpleType name="studies.erpr.method.antibody.vendor.values">
  <xs:union memberTypes="base.values">
    <xs:simpleType>
      <xs:restriction base="xs:token"/>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type studies.erpr.method.antibody.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values
Type union of(xs:token, ecc:base.values)
Used by
Source
<xs:simpleType name="studies.erpr.method.antibody.values">
  <xs:union memberTypes="xs:token base.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type studies.erpr.method.fixative.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration neutral buffered formalin
enumeration inapplicable
enumeration unreported
enumeration specify
Used by
Source
<xs:simpleType name="studies.erpr.method.fixative.values">
  <xs:restriction base="xs:token">
    <xs:enumeration value="neutral buffered formalin"/>
    <xs:enumeration value="inapplicable"/>
    <xs:enumeration value="unreported"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type studies.her2.imm.result.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration negative (score 0)
enumeration negative (score 1+)
enumeration equivocal (score 2+)
enumeration positive (score 3+)
enumeration pending
enumeration inapplicable
enumeration unreported
enumeration specify
Used by
Source
<xs:simpleType name="studies.her2.imm.result.values">
  <xs:restriction base="xs:token">
    <xs:enumeration value="negative (score 0)"/>
    <xs:enumeration value="negative (score 1+)"/>
    <xs:enumeration value="equivocal (score 2+)"/>
    <xs:enumeration value="positive (score 3+)"/>
    <xs:enumeration value="pending"/>
    <xs:enumeration value="inapplicable"/>
    <xs:enumeration value="unreported"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:nonNegativeDecimal
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values
Type union of(ecc:base.values, restriction of xs:decimal)
Used by
Source
<xs:simpleType name="nonNegativeDecimal">
  <xs:union memberTypes="ecc:base.values">
    <xs:simpleType>
      <xs:restriction base="xs:decimal">
        <xs:minInclusive value="0.0"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Simple Type studies.her2.method.technique.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration immunohistochemistry
enumeration FISH
enumeration inapplicable
enumeration unreported
enumeration specify
Used by
Source
<xs:simpleType name="studies.her2.method.technique.values">
  <xs:restriction base="xs:token">
    <xs:enumeration value="immunohistochemistry"/>
    <xs:enumeration value="FISH"/>
    <xs:enumeration value="inapplicable"/>
    <xs:enumeration value="unreported"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type studies.her2.method.antibody.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values
Type union of(xs:token, ecc:base.values)
Used by
Source
<xs:simpleType name="studies.her2.method.antibody.values">
  <xs:union memberTypes="xs:token base.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type studies.her2.method.antibody.vendor.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values
Type union of(xs:token, ecc:base.values)
Used by
Source
<xs:simpleType name="studies.her2.method.antibody.vendor.values">
  <xs:union memberTypes="xs:token base.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type studies.her2.method.assay.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values
Type union of(xs:token, ecc:base.values)
Used by
Source
<xs:simpleType name="studies.her2.method.assay.values">
  <xs:union memberTypes="xs:token base.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type studies.her2.method.assay.vendor.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values
Type union of(xs:token, ecc:base.values)
Used by
Source
<xs:simpleType name="studies.her2.method.assay.vendor.values">
  <xs:union memberTypes="xs:token base.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:history.clinical.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#history.clinical.sitespecific.values
Type union of(ecc:base.values, history.clinical.sitespecific.values)
Used by
Source
<xs:simpleType name="history.clinical.values">
  <xs:union memberTypes="base.values history.clinical.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:date
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values
Type union of(ecc:base.values, xs:date, xs:gYearMonth, xs:gYear)
Used by
Source
<xs:simpleType name="date">
  <xs:union memberTypes="ecc:base.values xs:date xs:gYearMonth xs:gYear"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Simple Type ecc:history.pathology.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#history.pathology.sitespecific.values
Type union of(ecc:base.values, history.pathology.sitespecific.values)
Used by
Source
<xs:simpleType name="history.pathology.values">
  <xs:union memberTypes="base.values history.pathology.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:history.priorTherapy.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#history.priorTherapy.sitespecific.values
Type union of(ecc:base.values, history.priorTherapy.sitespecific.values, restriction of xs:token)
Used by
Source
<xs:simpleType name="history.priorTherapy.values">
  <xs:union memberTypes="base.values history.priorTherapy.sitespecific.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="chemotherapy"/>
        <xs:enumeration value="radiation"/>
        <xs:enumeration value="surgery"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:history.radiology.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#history.radiology.sitespecific.values
Type union of(ecc:base.values, history.radiology.sitespecific.values)
Used by
Source
<xs:simpleType name="history.radiology.values">
  <xs:union memberTypes="base.values history.radiology.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:tumor.histologicType.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#tumor.histologicType.sitespecific.values
Type union of(ecc:base.values, tumor.histologicType.sitespecific.values)
Used by
Source
<xs:simpleType name="tumor.histologicType.values">
  <xs:union memberTypes="base.values tumor.histologicType.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:tumor.grade.for.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#tumor.grade.for.sitespecific.values
Type union of(ecc:base.values, tumor.grade.for.sitespecific.values)
Used by
Source
<xs:simpleType name="tumor.grade.for.values">
  <xs:union memberTypes="base.values tumor.grade.for.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:tumor.grade.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#tumor.grade.sitespecific.values
Type union of(ecc:base.values, tumor.grade.sitespecific.values, restriction of xs:token)
Used by
Source
<xs:simpleType name="tumor.grade.values">
  <xs:union memberTypes="base.values tumor.grade.sitespecific.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="1"/>
        <xs:enumeration value="2"/>
        <xs:enumeration value="3"/>
        <xs:enumeration value="4"/>
        <xs:enumeration value="X"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:tumor.gradeSystem.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#tumor.gradeSystem.sitespecific.values
Type union of(ecc:base.values, tumor.gradeSystem.sitespecific.values, restriction of xs:token)
Used by
Attribute ecc:grade/@system
Source
<xs:simpleType name="tumor.gradeSystem.values">
  <xs:union memberTypes="base.values tumor.gradeSystem.sitespecific.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="4-grade"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:tumor.focus.type.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#tumor.focus.type.sitespecific.values
Type union of(ecc:base.values, tumor.focus.type.sitespecific.values, restriction of xs:token)
Used by
Attribute ecc:focus/@type
Source
<xs:simpleType name="tumor.focus.type.values">
  <xs:union memberTypes="base.values tumor.focus.type.sitespecific.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="principal or sole"/>
        <xs:enumeration value="additional"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:margins.margin.focality.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#focality.values breast.tmp#margins.margin.focality.sitespecific.values
Type union of(ecc:base.values, ecc:focality.values, margins.margin.focality.sitespecific.values)
Used by
Source
<xs:simpleType name="margins.margin.focality.values">
  <xs:union memberTypes="base.values focality.values margins.margin.focality.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:margins.margin.result.for.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#margins.margin.result.for.sitespecific.values
Type union of(ecc:base.values, margins.margin.result.for.sitespecific.values, restriction of xs:token)
Used by
Source
<xs:simpleType name="margins.margin.result.for.values">
  <xs:union memberTypes="base.values margins.margin.result.for.sitespecific.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="in-situ"/>
        <xs:enumeration value="invasive"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:margins.margin.name.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#margins.margin.name.sitespecific.values
Type union of(ecc:base.values, margins.margin.name.sitespecific.values)
Used by
Attribute ecc:margin/@name
Source
<xs:simpleType name="margins.margin.name.values">
  <xs:union memberTypes="base.values margins.margin.name.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:nodes.nodeGroup.result.tumorRegression.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#qualitative.values breast.tmp#nodes.nodeGroup.result.tumorRegression.sitespecific.values
Type union of(ecc:base.values, ecc:qualitative.values, nodes.nodeGroup.result.tumorRegression.sitespecific.values)
Used by
Source
<xs:simpleType name="nodes.nodeGroup.result.tumorRegression.values">
  <xs:union memberTypes="base.values qualitative.values nodes.nodeGroup.result.tumorRegression.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:nodes.nodeGroup.result.for.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#nodes.nodeGroup.result.for.sitespecific.values
Type union of(ecc:base.values, nodes.nodeGroup.result.for.sitespecific.values, restriction of xs:token)
Used by
Source
<xs:simpleType name="nodes.nodeGroup.result.for.values">
  <xs:union memberTypes="base.values nodes.nodeGroup.result.for.sitespecific.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="total"/>
        <xs:enumeration value="negative"/>
        <xs:enumeration value="positive"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:nodes.nodeGroup.name.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#nodes.nodeGroup.name.sitespecific.values
Type union of(ecc:base.values, nodes.nodeGroup.name.sitespecific.values)
Used by
Source
<xs:simpleType name="nodes.nodeGroup.name.values">
  <xs:union memberTypes="base.values nodes.nodeGroup.name.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:nodes.nodeGroup.technique.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#nodes.nodeGroup.technique.sitespecific.values
Type union of(ecc:base.values, nodes.nodeGroup.technique.sitespecific.values, restriction of xs:token)
Used by
Source
<xs:simpleType name="nodes.nodeGroup.technique.values">
  <xs:union memberTypes="base.values nodes.nodeGroup.technique.sitespecific.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="H+E one level"/>
        <xs:enumeration value="H+E multiple level(s)"/>
        <xs:enumeration value="H+E plus immunohistochemistry"/>
        <xs:enumeration value="RT-PCR"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:distant.metastaticSite.name.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#distant.metastaticSite.name.sitespecific.values
Type union of(ecc:base.values, distant.metastaticSite.name.sitespecific.values, restriction of xs:token)
Used by
Source
<xs:simpleType name="distant.metastaticSite.name.values">
  <xs:union memberTypes="base.values distant.metastaticSite.name.sitespecific.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="liver"/>
        <xs:enumeration value="bone"/>
        <xs:enumeration value="lung"/>
        <xs:enumeration value="brain"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:stage.prefix.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#stage.prefix.sitespecific.values
Type union of(ecc:base.values, stage.prefix.sitespecific.values, restriction of xs:token)
Used by
Source
<xs:simpleType name="stage.prefix.values">
  <xs:union memberTypes="base.values stage.prefix.sitespecific.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="y"/>
        <xs:enumeration value="r"/>
        <xs:enumeration value="a"/>
        <xs:enumeration value="none"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:stage.multiplicity.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#stage.multiplicity.sitespecific.values
Type union of(ecc:base.values, stage.multiplicity.sitespecific.values, restriction of xs:token)
Used by
Source
<xs:simpleType name="stage.multiplicity.values">
  <xs:union memberTypes="base.values stage.multiplicity.sitespecific.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="1"/>
        <xs:enumeration value="2"/>
        <xs:enumeration value="3"/>
        <xs:enumeration value="4"/>
        <xs:enumeration value="m"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:stage.pT.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#stage.pT.sitespecific.values
Type union of(ecc:base.values, stage.pT.sitespecific.values)
Used by
Source
<xs:simpleType name="stage.pT.values">
  <xs:union memberTypes="base.values stage.pT.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:stage.pN.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#stage.pN.sitespecific.values
Type union of(ecc:base.values, stage.pN.sitespecific.values)
Used by
Source
<xs:simpleType name="stage.pN.values">
  <xs:union memberTypes="base.values stage.pN.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:stage.pM.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#stage.pM.sitespecific.values
Type union of(ecc:base.values, stage.pM.sitespecific.values)
Used by
Source
<xs:simpleType name="stage.pM.values">
  <xs:union memberTypes="base.values stage.pM.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:stage.group.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#stage.group.sitespecific.values
Type union of(ecc:base.values, stage.group.sitespecific.values)
Used by
Source
<xs:simpleType name="stage.group.values">
  <xs:union memberTypes="base.values stage.group.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:additional.finding.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#additional.finding.sitespecific.values
Type union of(ecc:base.values, additional.finding.sitespecific.values)
Used by
Source
<xs:simpleType name="additional.finding.values">
  <xs:union memberTypes="base.values additional.finding.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:additional.finding.of.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#additional.finding.of.sitespecific.values
Type union of(ecc:base.values, additional.finding.of.sitespecific.values)
Used by
Attribute ecc:finding/@of
Source
<xs:simpleType name="additional.finding.of.values">
  <xs:union memberTypes="base.values additional.finding.of.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:accessory.lymphvascular.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__accessory.lymphvascular.sitespecific.values
Type restriction of ecc:accessory.lymphvascular.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="accessory.lymphvascular.sitespecific.values">
  <xs:restriction base="accessory.lymphvascular.sitespecific.values">
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:accessory.lymphvascular.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="accessory.lymphvascular.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:accessory.perineural.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__accessory.perineural.sitespecific.values
Type restriction of ecc:accessory.perineural.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="accessory.perineural.sitespecific.values">
  <xs:restriction base="accessory.perineural.sitespecific.values">
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:accessory.perineural.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="accessory.perineural.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:accessory.treatmentResponse.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__accessory.treatmentResponse.sitespecific.values
Type restriction of ecc:accessory.treatmentResponse.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="accessory.treatmentResponse.sitespecific.values">
  <xs:restriction base="accessory.treatmentResponse.sitespecific.values">
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:accessory.treatmentResponse.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="accessory.treatmentResponse.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:additional.finding.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__additional.finding.sitespecific.values
Type restriction of ecc:additional.finding.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="additional.finding.sitespecific.values">
  <xs:restriction base="additional.finding.sitespecific.values">
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:additional.finding.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="additional.finding.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:additional.finding.of.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__additional.finding.of.sitespecific.values
Type restriction of ecc:additional.finding.of.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="additional.finding.of.sitespecific.values">
  <xs:restriction base="additional.finding.of.sitespecific.values">
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:additional.finding.of.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="additional.finding.of.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:distant.metastaticSite.name.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__distant.metastaticSite.name.sitespecific.values
Type restriction of ecc:distant.metastaticSite.name.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="distant.metastaticSite.name.sitespecific.values">
  <xs:restriction base="distant.metastaticSite.name.sitespecific.values">
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:distant.metastaticSite.name.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="distant.metastaticSite.name.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:distant.metastaticSite.result.for.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__distant.metastaticSite.result.for.sitespecific.values
Type restriction of ecc:distant.metastaticSite.result.for.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="distant.metastaticSite.result.for.sitespecific.values">
  <xs:restriction base="distant.metastaticSite.result.for.sitespecific.values">
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:distant.metastaticSite.result.for.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="distant.metastaticSite.result.for.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:extent.contiguousExtension.focality.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__extent.contiguousExtension.focality.sitespecific.values
Type restriction of ecc:extent.contiguousExtension.focality.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="extent.contiguousExtension.focality.sitespecific.values">
  <xs:restriction base="extent.contiguousExtension.focality.sitespecific.values">
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:extent.contiguousExtension.focality.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="extent.contiguousExtension.focality.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:extent.contiguousExtension.for.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__extent.contiguousExtension.for.sitespecific.values
Type restriction of ecc:extent.contiguousExtension.for.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="extent.contiguousExtension.for.sitespecific.values">
  <xs:restriction base="extent.contiguousExtension.for.sitespecific.values">
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:extent.contiguousExtension.for.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="extent.contiguousExtension.for.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:extent.contiguousExtension.to.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__extent.contiguousExtension.to.sitespecific.values
Type restriction of ecc:extent.contiguousExtension.to.sitespecific.values
Type hierarchy
Facets
enumeration skin
enumeration pectoralis muscle
enumeration chest wall
enumeration specify
Source
<xs:simpleType name="extent.contiguousExtension.to.sitespecific.values">
  <xs:restriction base="extent.contiguousExtension.to.sitespecific.values">
    <xs:enumeration value="skin"/>
    <xs:enumeration value="pectoralis muscle"/>
    <xs:enumeration value="chest wall"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:extent.contiguousExtension.to.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="extent.contiguousExtension.to.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:extent.size.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__extent.size.sitespecific.values
Type restriction of ecc:extent.size.sitespecific.values
Type hierarchy
Facets
enumeration microinvasion
enumeration no residual carcinoma
enumeration specify
Source
<xs:simpleType name="extent.size.sitespecific.values">
  <xs:restriction base="extent.size.sitespecific.values">
    <xs:enumeration value="microinvasion"/>
    <xs:enumeration value="no residual carcinoma"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:extent.size.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="extent.size.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:history.clinical.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__history.clinical.sitespecific.values
Type restriction of ecc:history.clinical.sitespecific.values
Type hierarchy
Facets
enumeration palpable mass
enumeration nipple discharge
enumeration specify
Source
<xs:simpleType name="history.clinical.sitespecific.values">
  <xs:restriction base="history.clinical.sitespecific.values">
    <xs:enumeration value="palpable mass"/>
    <xs:enumeration value="nipple discharge"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:history.clinical.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="history.clinical.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:history.pathology.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__history.pathology.sitespecific.values
Type restriction of ecc:history.pathology.sitespecific.values
Type hierarchy
Facets
enumeration breast carcinoma, NOS
enumeration ductal carcinoma-in-situ
enumeration lobular carcinoma-in-situ
enumeration invasive ductal carcinoma
enumeration invasive lobular carcinoma
enumeration specify
Source
<xs:simpleType name="history.pathology.sitespecific.values">
  <xs:restriction base="history.pathology.sitespecific.values">
    <xs:enumeration value="breast carcinoma, NOS"/>
    <xs:enumeration value="ductal carcinoma-in-situ"/>
    <xs:enumeration value="lobular carcinoma-in-situ"/>
    <xs:enumeration value="invasive ductal carcinoma"/>
    <xs:enumeration value="invasive lobular carcinoma"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:history.pathology.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="history.pathology.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:history.priorTherapy.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__history.priorTherapy.sitespecific.values
Type restriction of ecc:history.priorTherapy.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="history.priorTherapy.sitespecific.values">
  <xs:restriction base="history.priorTherapy.sitespecific.values">
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:history.priorTherapy.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="history.priorTherapy.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:history.radiology.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__history.radiology.sitespecific.values
Type restriction of ecc:history.radiology.sitespecific.values
Type hierarchy
Facets
enumeration mass
enumeration architectural distortion
enumeration microcalcifications
enumeration specify
Source
<xs:simpleType name="history.radiology.sitespecific.values">
  <xs:restriction base="history.radiology.sitespecific.values">
    <xs:enumeration value="mass"/>
    <xs:enumeration value="architectural distortion"/>
    <xs:enumeration value="microcalcifications"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:history.radiology.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="history.radiology.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:margins.margin.focality.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__margins.margin.focality.sitespecific.values
Type restriction of ecc:margins.margin.focality.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="margins.margin.focality.sitespecific.values">
  <xs:restriction base="margins.margin.focality.sitespecific.values">
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:margins.margin.focality.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="margins.margin.focality.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:margins.margin.name.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__margins.margin.name.sitespecific.values
Type restriction of ecc:margins.margin.name.sitespecific.values
Type hierarchy
Facets
enumeration superior
enumeration inferior
enumeration anterior
enumeration posterior
enumeration medial
enumeration lateral
enumeration specify
Source
<xs:simpleType name="margins.margin.name.sitespecific.values">
  <xs:restriction base="margins.margin.name.sitespecific.values">
    <xs:enumeration value="superior"/>
    <xs:enumeration value="inferior"/>
    <xs:enumeration value="anterior"/>
    <xs:enumeration value="posterior"/>
    <xs:enumeration value="medial"/>
    <xs:enumeration value="lateral"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:margins.margin.name.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="margins.margin.name.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:margins.margin.result.for.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__margins.margin.result.for.sitespecific.values
Type restriction of ecc:margins.margin.result.for.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="margins.margin.result.for.sitespecific.values">
  <xs:restriction base="margins.margin.result.for.sitespecific.values">
    <!-- NEEDS WORK -->
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:margins.margin.result.for.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="margins.margin.result.for.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:nodes.nodeGroup.name.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__nodes.nodeGroup.name.sitespecific.values
Type restriction of ecc:nodes.nodeGroup.name.sitespecific.values
Type hierarchy
Facets
enumeration low axillary
enumeration mid axillary
enumeration high axillary
enumeration supraclavicular
enumeration internal mammary
enumeration sentinel
enumeration specify
Source
<xs:simpleType name="nodes.nodeGroup.name.sitespecific.values">
  <xs:restriction base="nodes.nodeGroup.name.sitespecific.values">
    <xs:enumeration value="low axillary"/>
    <xs:enumeration value="mid axillary"/>
    <xs:enumeration value="high axillary"/>
    <xs:enumeration value="supraclavicular"/>
    <xs:enumeration value="internal mammary"/>
    <xs:enumeration value="sentinel"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:nodes.nodeGroup.name.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="nodes.nodeGroup.name.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:nodes.nodeGroup.result.for.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__nodes.nodeGroup.result.for.sitespecific.values
Type restriction of ecc:nodes.nodeGroup.result.for.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="nodes.nodeGroup.result.for.sitespecific.values">
  <xs:restriction base="nodes.nodeGroup.result.for.sitespecific.values">
    <!-- NEEDS WORK -->
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:nodes.nodeGroup.result.for.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="nodes.nodeGroup.result.for.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:nodes.nodeGroup.result.tumorRegression.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__nodes.nodeGroup.result.tumorRegression.sitespecific.values
Type restriction of ecc:nodes.nodeGroup.result.tumorRegression.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="nodes.nodeGroup.result.tumorRegression.sitespecific.values">
  <xs:restriction base="nodes.nodeGroup.result.tumorRegression.sitespecific.values">
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:nodes.nodeGroup.result.tumorRegression.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="nodes.nodeGroup.result.tumorRegression.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:nodes.nodeGroup.technique.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__nodes.nodeGroup.technique.sitespecific.values
Type restriction of ecc:nodes.nodeGroup.technique.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="nodes.nodeGroup.technique.sitespecific.values">
  <xs:restriction base="nodes.nodeGroup.technique.sitespecific.values">
    <!-- NEEDS WORK -->
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:nodes.nodeGroup.technique.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="nodes.nodeGroup.technique.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:nodes.nodeGroup.extracapsular.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__nodes.nodeGroup.extracapsular.sitespecific.values
Type restriction of ecc:nodes.nodeGroup.extracapsular.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="nodes.nodeGroup.extracapsular.sitespecific.values">
  <xs:restriction base="nodes.nodeGroup.extracapsular.sitespecific.values">
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:nodes.nodeGroup.extracapsular.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="nodes.nodeGroup.extracapsular.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:specimen.integrity.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__specimen.integrity.sitespecific.values
Type restriction of ecc:specimen.integrity.sitespecific.values
Type hierarchy
Facets
enumeration multiple designated specimens
enumeration specify
Source
<xs:simpleType name="specimen.integrity.sitespecific.values">
  <xs:restriction base="specimen.integrity.sitespecific.values">
    <xs:enumeration value="multiple designated specimens"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:specimen.integrity.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="specimen.integrity.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:specimen.procedure.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__specimen.procedure.sitespecific.values
Type restriction of ecc:specimen.procedure.sitespecific.values
Type hierarchy
Facets
enumeration excision
enumeration excision, wire-guided
enumeration total mastectomy
enumeration sentinel lymph node sampling
enumeration partial axillary dissection
enumeration complete axillary dissection
enumeration intramammary lymph node biopsy
enumeration specify
Source
<xs:simpleType name="specimen.procedure.sitespecific.values">
  <xs:restriction base="specimen.procedure.sitespecific.values">
    <xs:enumeration value="excision"/>
    <xs:enumeration value="excision, wire-guided"/>
    <xs:enumeration value="total mastectomy"/>
    <xs:enumeration value="sentinel lymph node sampling"/>
    <xs:enumeration value="partial axillary dissection"/>
    <xs:enumeration value="complete axillary dissection"/>
    <xs:enumeration value="intramammary lymph node biopsy"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:specimen.procedure.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="specimen.procedure.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:specimen.site.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__specimen.site.sitespecific.values
Type restriction of ecc:specimen.site.sitespecific.values
Type hierarchy
Facets
enumeration upper outer quadrant
enumeration lower outer quadrant
enumeration upper inner quadrant
enumeration lower inner quadrant
enumeration central
enumeration nipple
enumeration axillary tail
enumeration partial breast
enumeration total breast
enumeration specify
Source
<xs:simpleType name="specimen.site.sitespecific.values">
  <xs:restriction base="specimen.site.sitespecific.values">
    <xs:enumeration value="upper outer quadrant"/>
    <xs:enumeration value="lower outer quadrant"/>
    <xs:enumeration value="upper inner quadrant"/>
    <xs:enumeration value="lower inner quadrant"/>
    <xs:enumeration value="central"/>
    <xs:enumeration value="nipple"/>
    <xs:enumeration value="axillary tail"/>
    <xs:enumeration value="partial breast"/>
    <xs:enumeration value="total breast"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:specimen.site.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="specimen.site.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:stage.group.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__stage.group.sitespecific.values
Type restriction of ecc:stage.group.sitespecific.values
Type hierarchy
Facets
enumeration 0
enumeration IA
enumeration IB
enumeration IIA
enumeration IIB
enumeration IIIA
enumeration IIIB
enumeration IIIC
enumeration IV
enumeration indeterminate
enumeration specify
Source
<xs:simpleType name="stage.group.sitespecific.values">
  <xs:restriction base="stage.group.sitespecific.values">
    <xs:enumeration value="0"/>
    <xs:enumeration value="IA"/>
    <xs:enumeration value="IB"/>
    <xs:enumeration value="IIA"/>
    <xs:enumeration value="IIB"/>
    <xs:enumeration value="IIIA"/>
    <xs:enumeration value="IIIB"/>
    <xs:enumeration value="IIIC"/>
    <xs:enumeration value="IV"/>
    <xs:enumeration value="indeterminate"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:stage.group.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="stage.group.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:stage.multiplicity.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__stage.multiplicity.sitespecific.values
Type restriction of ecc:stage.multiplicity.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="stage.multiplicity.sitespecific.values">
  <xs:restriction base="stage.multiplicity.sitespecific.values">
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:stage.multiplicity.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="stage.multiplicity.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:stage.pN.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__stage.pN.sitespecific.values
Type restriction of ecc:stage.pN.sitespecific.values
Type hierarchy
Facets
enumeration X
enumeration 0
enumeration 0(i-)
enumeration 0(i+)
enumeration 0(mol-)
enumeration 0(mol+)
enumeration 1
enumeration 1mi
enumeration 1a
enumeration 1b
enumeration 1c
enumeration 2
enumeration 2a
enumeration 2b
enumeration 3
enumeration 3a
enumeration 3b
enumeration 3c
enumeration specify
Source
<xs:simpleType name="stage.pN.sitespecific.values">
  <xs:restriction base="stage.pN.sitespecific.values">
    <xs:enumeration value="X"/>
    <xs:enumeration value="0"/>
    <xs:enumeration value="0(i-)"/>
    <xs:enumeration value="0(i+)"/>
    <xs:enumeration value="0(mol-)"/>
    <xs:enumeration value="0(mol+)"/>
    <xs:enumeration value="1"/>
    <xs:enumeration value="1mi"/>
    <xs:enumeration value="1a"/>
    <xs:enumeration value="1b"/>
    <xs:enumeration value="1c"/>
    <xs:enumeration value="2"/>
    <xs:enumeration value="2a"/>
    <xs:enumeration value="2b"/>
    <xs:enumeration value="3"/>
    <xs:enumeration value="3a"/>
    <xs:enumeration value="3b"/>
    <xs:enumeration value="3c"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:stage.pN.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="stage.pN.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:stage.pM.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__stage.pM.sitespecific.values
Type restriction of ecc:stage.pM.sitespecific.values
Type hierarchy
Facets
enumeration 0
enumeration 0(i+)
enumeration 1
enumeration specify
Source
<xs:simpleType name="stage.pM.sitespecific.values">
  <xs:restriction base="stage.pM.sitespecific.values">
    <xs:enumeration value="0"/>
    <xs:enumeration value="0(i+)"/>
    <xs:enumeration value="1"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:stage.pM.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="stage.pM.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:stage.prefix.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__stage.prefix.sitespecific.values
Type restriction of ecc:stage.prefix.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="stage.prefix.sitespecific.values">
  <xs:restriction base="stage.prefix.sitespecific.values">
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:stage.prefix.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="stage.prefix.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:stage.pT.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__stage.pT.sitespecific.values
Type restriction of ecc:stage.pT.sitespecific.values
Type hierarchy
Facets
enumeration X
enumeration 0
enumeration is
enumeration is (DCIS)
enumeration is (LCIS)
enumeration is (Paget)
enumeration 1
enumeration 1mi
enumeration 1a
enumeration 1b
enumeration 1c
enumeration 2
enumeration 3
enumeration 4
enumeration 4a
enumeration 4b
enumeration 4c
enumeration 4d
enumeration specify
Source
<xs:simpleType name="stage.pT.sitespecific.values">
  <xs:restriction base="stage.pT.sitespecific.values">
    <xs:enumeration value="X"/>
    <xs:enumeration value="0"/>
    <xs:enumeration value="is"/>
    <xs:enumeration value="is (DCIS)"/>
    <xs:enumeration value="is (LCIS)"/>
    <xs:enumeration value="is (Paget)"/>
    <xs:enumeration value="1"/>
    <xs:enumeration value="1mi"/>
    <xs:enumeration value="1a"/>
    <xs:enumeration value="1b"/>
    <xs:enumeration value="1c"/>
    <xs:enumeration value="2"/>
    <xs:enumeration value="3"/>
    <xs:enumeration value="4"/>
    <xs:enumeration value="4a"/>
    <xs:enumeration value="4b"/>
    <xs:enumeration value="4c"/>
    <xs:enumeration value="4d"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:stage.pT.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="stage.pT.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:tumor.focus.type.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__tumor.focus.type.sitespecific.values
Type restriction of ecc:tumor.focus.type.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="tumor.focus.type.sitespecific.values">
  <xs:restriction base="tumor.focus.type.sitespecific.values">
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:tumor.focus.type.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="tumor.focus.type.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:tumor.grade.for.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__tumor.grade.for.sitespecific.values
Type restriction of ecc:tumor.grade.for.sitespecific.values
Type hierarchy
Facets
enumeration combined
enumeration glands
enumeration nuclei
enumeration mitoses
Source
<xs:simpleType name="tumor.grade.for.sitespecific.values">
  <xs:restriction base="tumor.grade.for.sitespecific.values">
    <xs:enumeration value="combined"/>
    <xs:enumeration value="glands"/>
    <xs:enumeration value="nuclei"/>
    <xs:enumeration value="mitoses"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:tumor.grade.for.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="tumor.grade.for.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:tumor.grade.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__tumor.grade.sitespecific.values
Type restriction of ecc:tumor.grade.sitespecific.values
Type hierarchy
Facets
enumeration 1
enumeration 2
enumeration 3
enumeration specify
Source
<xs:simpleType name="tumor.grade.sitespecific.values">
  <xs:restriction base="tumor.grade.sitespecific.values">
    <xs:enumeration value="1"/>
    <xs:enumeration value="2"/>
    <xs:enumeration value="3"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:tumor.grade.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="tumor.grade.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:tumor.gradeSystem.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__tumor.gradeSystem.sitespecific.values
Type restriction of ecc:tumor.gradeSystem.sitespecific.values
Type hierarchy
Facets
enumeration nottingham
Source
<xs:simpleType name="tumor.gradeSystem.sitespecific.values">
  <xs:restriction base="tumor.gradeSystem.sitespecific.values">
    <xs:enumeration value="nottingham"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:tumor.gradeSystem.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="tumor.gradeSystem.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:tumor.histologicType.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__tumor.histologicType.sitespecific.values
Type restriction of ecc:tumor.histologicType.sitespecific.values
Type hierarchy
Facets
enumeration ductal carcinoma
enumeration lobular carcinoma
enumeration carcinoma ductal-lobular
enumeration mucinous carcinoma
enumeration medullary carcinoma
enumeration papillary carcinoma
enumeration micropapillary carcinoma
enumeration tubular carcinoma
enumeration cribriform carcinoma
enumeration carcinoma type undetermined
enumeration specify
Source
<xs:simpleType name="tumor.histologicType.sitespecific.values">
  <xs:restriction base="tumor.histologicType.sitespecific.values">
    <xs:enumeration value="ductal carcinoma"/>
    <xs:enumeration value="lobular carcinoma"/>
    <xs:enumeration value="carcinoma ductal-lobular"/>
    <xs:enumeration value="mucinous carcinoma"/>
    <xs:enumeration value="medullary carcinoma"/>
    <xs:enumeration value="papillary carcinoma"/>
    <xs:enumeration value="micropapillary carcinoma"/>
    <xs:enumeration value="tubular carcinoma"/>
    <xs:enumeration value="cribriform carcinoma"/>
    <xs:enumeration value="carcinoma type undetermined"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:tumor.histologicType.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="tumor.histologicType.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:tumor.multiplicity.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__tumor.multiplicity.sitespecific.values
Type restriction of ecc:tumor.multiplicity.sitespecific.values
Type hierarchy
Facets
enumeration specify
Source
<xs:simpleType name="tumor.multiplicity.sitespecific.values">
  <xs:restriction base="tumor.multiplicity.sitespecific.values">
    <!-- NEEDS WORK -->
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:tumor.multiplicity.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="tumor.multiplicity.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
redefinition of Simple Type ecc:tumor.site.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__tumor.site.sitespecific.values
Type restriction of ecc:tumor.site.sitespecific.values
Type hierarchy
Facets
enumeration upper outer quadrant
enumeration lower outer quadrant
enumeration upper inner quadrant
enumeration lower inner quadrant
enumeration central
enumeration nipple
enumeration axillary tail
enumeration 12:00
enumeration 1:00
enumeration 2:00
enumeration 3:00
enumeration 4:00
enumeration 5:00
enumeration 6:00
enumeration 7:00
enumeration 8:00
enumeration 9:00
enumeration 10:00
enumeration 11:00
enumeration specify
Source
<xs:simpleType name="tumor.site.sitespecific.values">
  <xs:restriction base="tumor.site.sitespecific.values">
    <xs:enumeration value="upper outer quadrant"/>
    <xs:enumeration value="lower outer quadrant"/>
    <xs:enumeration value="upper inner quadrant"/>
    <xs:enumeration value="lower inner quadrant"/>
    <xs:enumeration value="central"/>
    <xs:enumeration value="nipple"/>
    <xs:enumeration value="axillary tail"/>
    <xs:enumeration value="12:00"/>
    <xs:enumeration value="1:00"/>
    <xs:enumeration value="2:00"/>
    <xs:enumeration value="3:00"/>
    <xs:enumeration value="4:00"/>
    <xs:enumeration value="5:00"/>
    <xs:enumeration value="6:00"/>
    <xs:enumeration value="7:00"/>
    <xs:enumeration value="8:00"/>
    <xs:enumeration value="9:00"/>
    <xs:enumeration value="10:00"/>
    <xs:enumeration value="11:00"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:tumor.site.sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#sitespecific.values
Type union of(ecc:sitespecific.values)
Used by
Source
<xs:simpleType name="tumor.site.sitespecific.values">
  <xs:union memberTypes="sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type accessory.dcis.result.modifier.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration extensive intraductal component
enumeration inapplicable
enumeration unnreported
enumeration specify
Source
<xs:simpleType name="accessory.dcis.result.modifier.values">
  <xs:restriction base="xs:token">
    <xs:enumeration value="extensive intraductal component"/>
    <xs:enumeration value="inapplicable"/>
    <xs:enumeration value="unnreported"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type nodes.nodeGroup.result.itc.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#qualitative.values
Type union of(ecc:qualitative.values)
Source
<xs:simpleType name="nodes.nodeGroup.result.itc.values">
  <xs:union memberTypes="qualitative.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type nodes.nodeGroup.result.micrometastasis.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#qualitative.values
Type union of(ecc:qualitative.values)
Source
<xs:simpleType name="nodes.nodeGroup.result.micrometastasis.values">
  <xs:union memberTypes="qualitative.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type studies.her2.fish.result.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration not performed
enumeration pending
enumeration inapplicable
enumeration unreported
enumeration specify
Source
<xs:simpleType name="studies.her2.fish.result.values">
  <xs:restriction base="xs:token">
    <xs:enumeration value="not performed"/>
    <xs:enumeration value="pending"/>
    <xs:enumeration value="inapplicable"/>
    <xs:enumeration value="unreported"/>
    <xs:enumeration value="specify"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/values.xsd
[ top ]
Simple Type ecc:sitespecific.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Type union of(xs:token)
Source
<xs:simpleType name="sitespecific.values">
  <xs:union memberTypes="xs:token"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:base.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration unreported
enumeration innapplicable
enumeration equivocal
Source
<xs:simpleType name="base.values">
  <xs:restriction base="xs:token">
    <xs:enumeration value="unreported"/>
    <xs:enumeration value="innapplicable"/>
    <xs:enumeration value="equivocal"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:extended.laterality.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#laterality.values
Type union of(ecc:laterality.values, restriction of xs:token)
Source
<xs:simpleType name="extended.laterality.values">
  <xs:union memberTypes="laterality.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="ipsilateral"/>
        <xs:enumeration value="contralateral"/>
        <xs:enumeration value="bilateral"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:accessory.lymphvascular.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#qualitative.values breast.tmp#accessory.lymphvascular.sitespecific.values
Type union of(ecc:base.values, ecc:qualitative.values, accessory.lymphvascular.sitespecific.values)
Source
<xs:simpleType name="accessory.lymphvascular.values">
  <xs:union memberTypes="base.values qualitative.values accessory.lymphvascular.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:accessory.perineural.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#qualitative.values breast.tmp#accessory.perineural.sitespecific.values
Type union of(ecc:base.values, ecc:qualitative.values, accessory.perineural.sitespecific.values)
Source
<xs:simpleType name="accessory.perineural.values">
  <xs:union memberTypes="base.values qualitative.values accessory.perineural.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:extent.size.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#extent.size.sitespecific.values
Type union of(ecc:base.values, extent.size.sitespecific.values)
Source
<xs:simpleType name="extent.size.values">
  <xs:union memberTypes="base.values extent.size.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:distant.metastaticSite.result.for.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#distant.metastaticSite.result.for.sitespecific.values
Type union of(ecc:base.values, distant.metastaticSite.result.for.sitespecific.values, restriction of xs:token)
Source
<xs:simpleType name="distant.metastaticSite.result.for.values">
  <xs:union memberTypes="base.values distant.metastaticSite.result.for.sitespecific.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="this accession"/>
        <xs:enumeration value="prior accession"/>
        <xs:enumeration value="outside report"/>
        <xs:enumeration value="clinical history"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:nodes.nodeGroup.extracapsular.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#qualitative.values breast.tmp#nodes.nodeGroup.extracapsular.sitespecific.values
Type union of(ecc:base.values, ecc:qualitative.values, nodes.nodeGroup.extracapsular.sitespecific.values)
Source
<xs:simpleType name="nodes.nodeGroup.extracapsular.values">
  <xs:union memberTypes="base.values qualitative.values nodes.nodeGroup.extracapsular.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:tumor.site.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#tumor.site.sitespecific.values
Type union of(ecc:base.values, tumor.site.sitespecific.values)
Source
<xs:simpleType name="tumor.site.values">
  <xs:union memberTypes="base.values tumor.site.sitespecific.values"/>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Simple Type ecc:tumor.multiplicity.values
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#base.values breast.tmp#tumor.multiplicity.sitespecific.values
Type union of(ecc:base.values, tumor.multiplicity.sitespecific.values, restriction of xs:token)
Source
<xs:simpleType name="tumor.multiplicity.values">
  <xs:union memberTypes="base.values tumor.multiplicity.sitespecific.values">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="1"/>
        <xs:enumeration value="2"/>
        <xs:enumeration value="3"/>
        <xs:enumeration value="4"/>
        <xs:enumeration value="many"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/values.xsd
[ top ]
Attribute ecc:nodes.nodeGroup.result.sitespecific.attrib / @itc
Namespace No namespace
Type nodes.nodeGroup.result.itc.values
Properties
content: simple
Used by
Source
<xs:attribute name="itc" type="ecc:nodes.nodeGroup.result.itc.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:nodes.nodeGroup.result.sitespecific.attrib / @micrometastasis
Namespace No namespace
Type nodes.nodeGroup.result.micrometastasis.values
Properties
content: simple
Used by
Source
<xs:attribute name="micrometastasis" type="ecc:nodes.nodeGroup.result.micrometastasis.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:resection.attrib / @schemaLocation
Namespace No namespace
Properties
fixed: http://purl.org/pathology/ecc/breast/resection/schema.xsd
Used by
Attribute Group ecc:resection.attrib
Source
<xs:attribute fixed="http://purl.org/pathology/ecc/breast/resection/schema.xsd" name="schemaLocation"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:resection.attrib / @version
Namespace No namespace
Properties
fixed: 0.5
Used by
Attribute Group ecc:resection.attrib
Source
<xs:attribute fixed="0.5" name="version"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:resection.attrib / @transformation
Namespace No namespace
Properties
fixed: http://purl.org/pathology/ecc/breast/resection/ecc.xsl
Used by
Attribute Group ecc:resection.attrib
Source
<xs:attribute fixed="http://purl.org/pathology/ecc/breast/resection/ecc.xsl" name="transformation"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:generic.response.content / @value
Namespace No namespace
Type ecc:accessory.treatmentResponse.values
Properties
use: required
Used by
Elements ecc:accessory.cis.result/ecc:result/ecc:response, ecc:accessory.dcis.grade/ecc:grade/ecc:response, ecc:accessory.dcis.necrosis/ecc:necrosis/ecc:response, ecc:accessory.dcis.pattern/ecc:architecture/ecc:response, ecc:clinicalFinding/ecc:response, ecc:contiguousExtension/ecc:response, ecc:distant.metastaticSite.result/ecc:result/ecc:response, ecc:finding/ecc:response, ecc:grade/ecc:response, ecc:group/ecc:response, ecc:histologicType/ecc:response, ecc:integrity/ecc:response, ecc:length.response/ecc:response, ecc:margins.margin.result/ecc:result/ecc:response, ecc:microcalcifications/ecc:response, ecc:multiplicity/ecc:response, ecc:pM/ecc:response, ecc:pN/ecc:response, ecc:pT/ecc:response, ecc:pathologicFinding/ecc:response, ecc:prefix/ecc:response, ecc:priorTherapy/ecc:response, ecc:procedure/ecc:response, ecc:qualitative.response/ecc:response, ecc:radiologicFinding/ecc:response, ecc:site/ecc:response, ecc:studies.HER2neu.method/ecc:antibody/ecc:response, ecc:studies.HER2neu.method/ecc:assay/ecc:response, ecc:studies.HER2neu.method/ecc:fixative/ecc:response, ecc:studies.HER2neu.method/ecc:source/ecc:response, ecc:studies.HER2neu.method/ecc:technique/ecc:response, ecc:studies.HER2neu.result/ecc:result/ecc:response, ecc:studies.erpr.method/ecc:antibody/ecc:response, ecc:studies.erpr.method/ecc:fixative/ecc:response, ecc:studies.erpr.method/ecc:source/ecc:response, ecc:studies.erpr.method/ecc:technique/ecc:response, ecc:studies.erpr.result/ecc:result/ecc:response, ecc:tally.response/ecc:response, ecc:treatmentResponse/ecc:response, ecc:tumor.grade.response/ecc:response, ecc:weight.response/ecc:response
Source
<xs:attribute name="value" type="ecc:accessory.treatmentResponse.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute @xml:id
Namespace http://www.w3.org/XML/1998/namespace
Annotations
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Type xs:ID
Properties
content: simple
Used by
Source
<xs:attribute name="id" type="xs:ID">
  <xs:annotation>
    <xs:documentation>See http://www.w3.org/TR/xml-id/ for information about this attribute.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/Applications/oXygen-12.2/frameworks/xml/xml.xsd
[ top ]
Attribute ecc:treatmentResponse / ecc:response / @value
Namespace No namespace
Type ecc:accessory.treatmentResponse.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:accessory.treatmentResponse.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:qualitative.response / ecc:response / @value
Namespace No namespace
Type ecc:qualitative.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:qualitative.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Attribute ecc:microcalcifications / ecc:response / @value
Namespace No namespace
Type accessory.microcalcifications.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:accessory.microcalcifications.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:generic.response.content / @focality
Namespace No namespace
Type ecc:focality.values
Properties
content: simple
Used by
Source
<xs:attribute name="focality" type="ecc:focality.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:accessory.cis.result / ecc:result / ecc:response / @focality
Namespace No namespace
Type ecc:focality.values
Properties
content: simple
Source
<xs:attribute name="focality" type="ecc:focality.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:accessory.cis.result / ecc:result / ecc:response / @value
Namespace No namespace
Type ecc:qualitative.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:qualitative.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:generic.response.content / @unit
Namespace No namespace
Type ecc:lengthUnit.values
Properties
content: simple
Facets
enumeration cm
enumeration mm
enumeration in
Used by
Source
<xs:attribute name="unit" type="ecc:lengthUnit.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Attribute ecc:generic.response.content / @relation
Namespace No namespace
Type ecc:relation.values
Properties
content: simple
Facets
enumeration less than
enumeration less than or equal
enumeration equal
enumeration approximately equal
enumeration greater than or equal
enumeration greater than
Used by
Source
<xs:attribute name="relation" type="ecc:relation.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Attribute ecc:length.response / ecc:response / @relation
Namespace No namespace
Type ecc:relation.values
Properties
content: simple
Facets
enumeration less than
enumeration less than or equal
enumeration equal
enumeration approximately equal
enumeration greater than or equal
enumeration greater than
Source
<xs:attribute name="relation" type="ecc:relation.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Attribute ecc:length.response / ecc:response / @unit
Namespace No namespace
Type ecc:lengthUnit.values
Properties
content: simple
Facets
enumeration cm
enumeration mm
enumeration in
Source
<xs:attribute name="unit" type="ecc:lengthUnit.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Attribute ecc:length.response / ecc:response / @value
Namespace No namespace
Type ecc:positiveDecimal
Properties
use: required
Source
<xs:attribute name="value" type="ecc:positiveDecimal" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Attribute ecc:tally.response / ecc:response / @relation
Namespace No namespace
Type ecc:relation.values
Properties
content: simple
Facets
enumeration less than
enumeration less than or equal
enumeration equal
enumeration approximately equal
enumeration greater than or equal
enumeration greater than
Source
<xs:attribute name="relation" type="ecc:relation.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Attribute ecc:tally.response / ecc:response / @value
Namespace No namespace
Type ecc:nonNegativeInteger
Properties
use: required
Source
<xs:attribute name="value" type="ecc:nonNegativeInteger" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Attribute ecc:tally.response / @for
Namespace No namespace
Type ecc:qualitative.values
Properties
content: simple
Used by
Source
<xs:attribute name="for" type="ecc:qualitative.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:tally.response / @type
Namespace No namespace
Type accessory.cis.blocks.type.values
Properties
content: simple
Facets
enumeration RT-PCR negative
enumeration specify
enumeration inapplicable
enumeration unreported
Used by
Source
<xs:attribute name="type" type="ecc:accessory.cis.blocks.type.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:accessory.cis.blocks / ecc:tally / @for
Namespace No namespace
Type ecc:qualitative.values
Properties
content: simple
Source
<xs:attribute name="for" type="ecc:qualitative.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:accessory.cis.blocks / ecc:tally / @type
Namespace No namespace
Type accessory.cis.blocks.type.values
Properties
content: simple
Facets
enumeration RT-PCR negative
enumeration specify
enumeration inapplicable
enumeration unreported
Source
<xs:attribute name="type" type="ecc:accessory.cis.blocks.type.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:accessory.dcis.pattern / ecc:architecture / ecc:response / @value
Namespace No namespace
Type accessory.dcis.pattern.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:accessory.dcis.pattern.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:accessory.dcis.grade / ecc:grade / ecc:response / @value
Namespace No namespace
Type accessory.dcis.grade.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:accessory.dcis.grade.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:accessory.dcis.necrosis / ecc:necrosis / ecc:response / @value
Namespace No namespace
Type accessory.dcis.necrosis.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:accessory.dcis.necrosis.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:contiguousExtension / ecc:response / @focality
Namespace No namespace
Type ecc:extent.contiguousExtension.focality.values
Properties
content: simple
Source
<xs:attribute name="focality" type="ecc:extent.contiguousExtension.focality.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:contiguousExtension / ecc:response / @value
Namespace No namespace
Type ecc:qualitative.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:qualitative.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:contiguousExtension / @to
Namespace No namespace
Type ecc:extent.contiguousExtension.to.values
Properties
use: required
Used by
Source
<xs:attribute name="to" type="ecc:extent.contiguousExtension.to.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:contiguousExtension / @on
Namespace No namespace
Type ecc:laterality.values
Properties
content: simple
Facets
enumeration right
enumeration left
enumeration inapplicable
enumeration unreported
Used by
Source
<xs:attribute name="on" type="ecc:laterality.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:contiguousExtension / @for
Namespace No namespace
Type ecc:extent.contiguousExtension.for.values
Properties
content: simple
Used by
Source
<xs:attribute name="for" type="ecc:extent.contiguousExtension.for.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:generic.response.content / @on
Namespace No namespace
Type ecc:laterality.values
Properties
content: simple
Facets
enumeration right
enumeration left
enumeration inapplicable
enumeration unreported
Used by
Source
<xs:attribute name="on" type="ecc:laterality.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:procedure / ecc:response / @on
Namespace No namespace
Type ecc:laterality.values
Properties
content: simple
Facets
enumeration right
enumeration left
enumeration inapplicable
enumeration unreported
Source
<xs:attribute name="on" type="ecc:laterality.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:procedure / ecc:response / @value
Namespace No namespace
Type ecc:specimen.procedure.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:specimen.procedure.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:weight.response / ecc:response / @relation
Namespace No namespace
Type ecc:relation.values
Properties
content: simple
Facets
enumeration less than
enumeration less than or equal
enumeration equal
enumeration approximately equal
enumeration greater than or equal
enumeration greater than
Source
<xs:attribute name="relation" type="ecc:relation.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Attribute ecc:weight.response / ecc:response / @unit
Namespace No namespace
Type ecc:weightUnit.values
Properties
use: required
Facets
enumeration mg
enumeration g
enumeration kg
Source
<xs:attribute name="unit" type="ecc:weightUnit.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Attribute ecc:weight.response / ecc:response / @value
Namespace No namespace
Type ecc:positiveDecimal
Properties
use: required
Source
<xs:attribute name="value" type="ecc:positiveDecimal" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Attribute ecc:site / ecc:response / @on
Namespace No namespace
Type ecc:laterality.values
Properties
content: simple
Facets
enumeration right
enumeration left
enumeration inapplicable
enumeration unreported
Source
<xs:attribute name="on" type="ecc:laterality.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:site / ecc:response / @value
Namespace No namespace
Type ecc:specimen.site.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:specimen.site.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:integrity / ecc:response / @value
Namespace No namespace
Type ecc:specimen.integrity.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:specimen.integrity.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:studies.erpr.result / ecc:result / ecc:response / @unit
Namespace No namespace
Properties
use: required
fixed: percent
Source
<xs:attribute fixed="percent" name="unit" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.erpr.result / ecc:result / ecc:response / @value
Namespace No namespace
Type studies.erpr.result.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:studies.erpr.result.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.erpr.method / ecc:technique / ecc:response / @value
Namespace No namespace
Type studies.erpr.method.technique.values
Properties
use: required
Facets
enumeration immunohistochemistry
enumeration inapplicable
enumeration unreported
enumeration specify
Source
<xs:attribute name="value" type="ecc:studies.erpr.method.technique.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.erpr.method / ecc:source / ecc:response / @value
Namespace No namespace
Type studies.erpr.method.source.values
Properties
use: required
Facets
enumeration this specimen
enumeration pending
enumeration inapplicable
enumeration unreported
enumeration specify
Source
<xs:attribute name="value" type="ecc:studies.erpr.method.source.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:generic.response.content / @vendor
Namespace No namespace
Type studies.erpr.method.antibody.vendor.values
Properties
content: simple
Used by
Source
<xs:attribute name="vendor" type="ecc:studies.erpr.method.antibody.vendor.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.erpr.method / ecc:antibody / ecc:response / @value
Namespace No namespace
Type studies.erpr.method.antibody.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:studies.erpr.method.antibody.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.erpr.method / ecc:antibody / ecc:response / @vendor
Namespace No namespace
Type studies.erpr.method.antibody.vendor.values
Properties
content: simple
Source
<xs:attribute name="vendor" type="ecc:studies.erpr.method.antibody.vendor.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.erpr.method / ecc:fixative / ecc:response / @value
Namespace No namespace
Type studies.erpr.method.fixative.values
Properties
use: required
Facets
enumeration neutral buffered formalin
enumeration inapplicable
enumeration unreported
enumeration specify
Source
<xs:attribute name="value" type="ecc:studies.erpr.method.fixative.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.HER2neu.result / ecc:result / ecc:response / @value
Namespace No namespace
Type studies.her2.imm.result.values
Properties
use: required
Facets
enumeration negative (score 0)
enumeration negative (score 1+)
enumeration equivocal (score 2+)
enumeration positive (score 3+)
enumeration pending
enumeration inapplicable
enumeration unreported
enumeration specify
Source
<xs:attribute name="value" type="ecc:studies.her2.imm.result.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.HER2neu.result / ecc:result / ecc:her2GeneCopyNumber / @value
Namespace No namespace
Type ecc:nonNegativeDecimal
Properties
use: required
Used by
Source
<xs:attribute name="value" type="ecc:nonNegativeDecimal" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.HER2neu.result / ecc:result / ecc:her2GeneCopyNumber / @unit
Namespace No namespace
Properties
use: required
fixed: per cell
Used by
Source
<xs:attribute fixed="per cell" name="unit" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.HER2neu.result / ecc:result / ecc:chromosome17CopyNumber / @value
Namespace No namespace
Type ecc:nonNegativeDecimal
Properties
use: required
Used by
Source
<xs:attribute name="value" type="ecc:nonNegativeDecimal" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.HER2neu.result / ecc:result / ecc:chromosome17CopyNumber / @unit
Namespace No namespace
Properties
use: required
fixed: per cell
Used by
Source
<xs:attribute fixed="per cell" name="unit" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.HER2neu.result / ecc:result / ecc:her2CopyNumberRatio / @value
Namespace No namespace
Type ecc:nonNegativeDecimal
Properties
use: required
Used by
Source
<xs:attribute name="value" type="ecc:nonNegativeDecimal" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.HER2neu.method / ecc:technique / ecc:response / @value
Namespace No namespace
Type studies.her2.method.technique.values
Properties
use: required
Facets
enumeration immunohistochemistry
enumeration FISH
enumeration inapplicable
enumeration unreported
enumeration specify
Source
<xs:attribute name="value" type="ecc:studies.her2.method.technique.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.HER2neu.method / ecc:source / ecc:response / @value
Namespace No namespace
Type studies.erpr.method.source.values
Properties
use: required
Facets
enumeration this specimen
enumeration pending
enumeration inapplicable
enumeration unreported
enumeration specify
Source
<xs:attribute name="value" type="ecc:studies.erpr.method.source.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.HER2neu.method / ecc:antibody / ecc:response / @value
Namespace No namespace
Type studies.her2.method.antibody.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:studies.her2.method.antibody.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.HER2neu.method / ecc:antibody / ecc:response / @vendor
Namespace No namespace
Type studies.her2.method.antibody.vendor.values
Properties
content: simple
Source
<xs:attribute name="vendor" type="ecc:studies.her2.method.antibody.vendor.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.HER2neu.method / ecc:assay / ecc:response / @value
Namespace No namespace
Type studies.her2.method.assay.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:studies.her2.method.assay.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.HER2neu.method / ecc:assay / ecc:response / @vendor
Namespace No namespace
Type studies.her2.method.assay.vendor.values
Properties
content: simple
Source
<xs:attribute name="vendor" type="ecc:studies.her2.method.assay.vendor.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute ecc:studies.HER2neu.method / ecc:fixative / ecc:response / @value
Namespace No namespace
Type studies.erpr.method.fixative.values
Properties
use: required
Facets
enumeration neutral buffered formalin
enumeration inapplicable
enumeration unreported
enumeration specify
Source
<xs:attribute name="value" type="ecc:studies.erpr.method.fixative.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute @xml:lang
Namespace http://www.w3.org/XML/1998/namespace
Annotations
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Type union of(xs:language, restriction of xs:string)
Properties
content: simple
Used by
Attribute Group xml:specialAttrs
Source
<xs:attribute name="lang">
  <xs:annotation>
    <xs:documentation>Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility. See RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry at http://www.iana.org/assignments/lang-tag-apps.htm for further information. The union allows for the 'un-declaration' of xml:lang with the empty string.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:language">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value=""/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:attribute>
Schema location file:/Applications/oXygen-12.2/frameworks/xml/xml.xsd
[ top ]
Attribute @xml:space
Namespace http://www.w3.org/XML/1998/namespace
Type restriction of xs:NCName
Properties
content: simple
Facets
enumeration default
enumeration preserve
Used by
Attribute Group xml:specialAttrs
Source
<xs:attribute name="space">
  <xs:simpleType>
    <xs:restriction base="xs:NCName">
      <xs:enumeration value="default"/>
      <xs:enumeration value="preserve"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/Applications/oXygen-12.2/frameworks/xml/xml.xsd
[ top ]
Attribute @xml:base
Namespace http://www.w3.org/XML/1998/namespace
Annotations
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
Type xs:anyURI
Properties
content: simple
Used by
Attribute Group xml:specialAttrs
Source
<xs:attribute name="base" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>See http://www.w3.org/TR/xmlbase/ for information about this attribute.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/Applications/oXygen-12.2/frameworks/xml/xml.xsd
[ top ]
Attribute ecc:clinicalFinding / ecc:response / @value
Namespace No namespace
Type ecc:history.clinical.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:history.clinical.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:date.attrib / @date
Namespace No namespace
Type ecc:date
Properties
content: simple
Used by
Attribute Group ecc:date.attrib
Source
<xs:attribute name="date" type="ecc:date"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Attribute ecc:date.attrib / @start
Namespace No namespace
Type ecc:date
Properties
content: simple
Used by
Attribute Group ecc:date.attrib
Source
<xs:attribute name="start" type="ecc:date"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Attribute ecc:date.attrib / @end
Namespace No namespace
Type ecc:date
Properties
content: simple
Used by
Attribute Group ecc:date.attrib
Source
<xs:attribute name="end" type="ecc:date"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Attribute ecc:date.attrib / @duration
Namespace No namespace
Type xs:duration
Properties
content: simple
Used by
Attribute Group ecc:date.attrib
Source
<xs:attribute name="duration" type="xs:duration"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Attribute ecc:pathologicFinding / ecc:response / @value
Namespace No namespace
Type ecc:history.pathology.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:history.pathology.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:priorTherapy / ecc:response / @value
Namespace No namespace
Type ecc:history.priorTherapy.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:history.priorTherapy.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:radiologicFinding / ecc:response / @value
Namespace No namespace
Type ecc:history.radiology.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:history.radiology.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:histologicType / ecc:response / @value
Namespace No namespace
Type ecc:tumor.histologicType.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:tumor.histologicType.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:generic.response.content / @for
Namespace No namespace
Type ecc:tumor.grade.for.values
Properties
content: simple
Used by
Source
<xs:attribute name="for" type="ecc:tumor.grade.for.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:grade / ecc:response / @for
Namespace No namespace
Type ecc:tumor.grade.for.values
Properties
content: simple
Source
<xs:attribute name="for" type="ecc:tumor.grade.for.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:grade / ecc:response / @value
Namespace No namespace
Type ecc:tumor.grade.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:tumor.grade.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:grade / @system
Namespace No namespace
Type ecc:tumor.gradeSystem.values
Properties
use: required
Used by
Element ecc:grade
Source
<xs:attribute name="system" type="ecc:tumor.gradeSystem.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:focus / @type
Namespace No namespace
Type ecc:tumor.focus.type.values
Properties
use: required
Used by
Element ecc:focus
Source
<xs:attribute name="type" type="ecc:tumor.focus.type.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:tumor.grade.response / ecc:response / @for
Namespace No namespace
Type ecc:tumor.grade.for.values
Properties
content: simple
Source
<xs:attribute name="for" type="ecc:tumor.grade.for.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:tumor.grade.response / ecc:response / @value
Namespace No namespace
Type ecc:tumor.grade.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:tumor.grade.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:generic.response.content / @extent
Namespace No namespace
Type ecc:margins.margin.focality.values
Properties
content: simple
Used by
Source
<xs:attribute name="extent" type="ecc:margins.margin.focality.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:generic.response.content / @closest
Namespace No namespace
Type ecc:qualitative.values
Properties
content: simple
Used by
Source
<xs:attribute name="closest" type="ecc:qualitative.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:margins.margin.result / ecc:result / ecc:response / @closest
Namespace No namespace
Type ecc:qualitative.values
Properties
content: simple
Source
<xs:attribute name="closest" type="ecc:qualitative.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:margins.margin.result / ecc:result / ecc:response / @extent
Namespace No namespace
Type ecc:margins.margin.focality.values
Properties
content: simple
Source
<xs:attribute name="extent" type="ecc:margins.margin.focality.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:margins.margin.result / ecc:result / ecc:response / @value
Namespace No namespace
Type ecc:qualitative.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:qualitative.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:margins.margin.result / ecc:result / @for
Namespace No namespace
Type ecc:margins.margin.result.for.values
Properties
use: required
Used by
Source
<xs:attribute name="for" type="ecc:margins.margin.result.for.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:length.response / @for
Namespace No namespace
Type restriction of xs:token
Properties
use: required
Facets
enumeration in-situ
enumeration invasive
Used by
Element ecc:distance
Source
<xs:attribute name="for" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="in-situ"/>
      <xs:enumeration value="invasive"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:length.response / @from
Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration margin
Used by
Element ecc:distance
Source
<xs:attribute name="from">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="margin"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:distance / @for
Namespace No namespace
Type restriction of xs:token
Properties
use: required
Facets
enumeration in-situ
enumeration invasive
Source
<xs:attribute name="for" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="in-situ"/>
      <xs:enumeration value="invasive"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:distance / @from
Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration margin
Source
<xs:attribute name="from">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="margin"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:margin / @name
Namespace No namespace
Type ecc:margins.margin.name.values
Properties
use: required
Used by
Element ecc:margin
Source
<xs:attribute name="name" type="ecc:margins.margin.name.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:margin / @on
Namespace No namespace
Type ecc:laterality.values
Properties
content: simple
Facets
enumeration right
enumeration left
enumeration inapplicable
enumeration unreported
Used by
Element ecc:margin
Source
<xs:attribute name="on" type="ecc:laterality.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:tally.response / @tumorRegression
Namespace No namespace
Type ecc:nodes.nodeGroup.result.tumorRegression.values
Properties
content: simple
Used by
Source
<xs:attribute name="tumorRegression" type="ecc:nodes.nodeGroup.result.tumorRegression.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:nodes.nodeGroup.result / ecc:result / @for
Namespace No namespace
Type ecc:nodes.nodeGroup.result.for.values
Properties
use: required
Source
<xs:attribute name="for" type="ecc:nodes.nodeGroup.result.for.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:nodes.nodeGroup.result / ecc:result / @tumorRegression
Namespace No namespace
Type ecc:nodes.nodeGroup.result.tumorRegression.values
Properties
content: simple
Source
<xs:attribute name="tumorRegression" type="ecc:nodes.nodeGroup.result.tumorRegression.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:nodeGroup / @name
Namespace No namespace
Type ecc:nodes.nodeGroup.name.values
Properties
use: required
Used by
Element ecc:nodeGroup
Source
<xs:attribute name="name" type="ecc:nodes.nodeGroup.name.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:nodeGroup / @on
Namespace No namespace
Type ecc:laterality.values
Properties
content: simple
Facets
enumeration right
enumeration left
enumeration inapplicable
enumeration unreported
Used by
Element ecc:nodeGroup
Source
<xs:attribute name="on" type="ecc:laterality.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:nodeGroup / @technique
Namespace No namespace
Type ecc:nodes.nodeGroup.technique.values
Properties
content: simple
Used by
Element ecc:nodeGroup
Source
<xs:attribute name="technique" type="ecc:nodes.nodeGroup.technique.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:distant.metastaticSite.result / ecc:result / ecc:response / @value
Namespace No namespace
Type ecc:qualitative.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:qualitative.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:metastaticSite / @name
Namespace No namespace
Type ecc:distant.metastaticSite.name.values
Properties
use: required
Used by
Source
<xs:attribute name="name" type="ecc:distant.metastaticSite.name.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:metastaticSite / @on
Namespace No namespace
Type ecc:laterality.values
Properties
content: simple
Facets
enumeration right
enumeration left
enumeration inapplicable
enumeration unreported
Used by
Source
<xs:attribute name="on" type="ecc:laterality.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:prefix / ecc:response / @value
Namespace No namespace
Type ecc:stage.prefix.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:stage.prefix.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:multiplicity / ecc:response / @value
Namespace No namespace
Type ecc:stage.multiplicity.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:stage.multiplicity.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:pT / ecc:response / @value
Namespace No namespace
Type ecc:stage.pT.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:stage.pT.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:pN / ecc:response / @value
Namespace No namespace
Type ecc:stage.pN.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:stage.pN.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:pM / ecc:response / @value
Namespace No namespace
Type ecc:stage.pM.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:stage.pM.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:group / ecc:response / @value
Namespace No namespace
Type ecc:stage.group.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:stage.group.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:finding / ecc:response / @value
Namespace No namespace
Type ecc:additional.finding.values
Properties
use: required
Source
<xs:attribute name="value" type="ecc:additional.finding.values" use="required"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Attribute ecc:finding / @of
Namespace No namespace
Type ecc:additional.finding.of.values
Properties
content: simple
Used by
Element ecc:finding
Source
<xs:attribute name="of" type="ecc:additional.finding.of.values"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
redefinition of Element Group ecc:accessory.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#treatmentResponse breast.tmp#lymphVascularInvasion breast.tmp#perineuralInvasion breast.tmp#http___purl.org_pathology_ecc__accessory.content breast.tmp#microcalcifications breast.tmp#ductalCarcinoma-in-situ breast.tmp#lobularCarcinoma-in-situ
Used by
Element ecc:accessory
Model ecc:treatmentResponse{0,1} , ecc:lymphVascularInvasion , ecc:perineuralInvasion , ecc:microcalcifications{0,1} , ecc:ductalCarcinoma-in-situ , ecc:lobularCarcinoma-in-situ{0,1}
Children ecc:ductalCarcinoma-in-situ, ecc:lobularCarcinoma-in-situ, ecc:lymphVascularInvasion, ecc:microcalcifications, ecc:perineuralInvasion, ecc:treatmentResponse
Source
<xs:group name="accessory.content">
  <xs:sequence>
    <xs:group ref="ecc:accessory.content"/>
    <xs:element minOccurs="0" ref="ecc:microcalcifications"/>
    <xs:element ref="ecc:ductalCarcinoma-in-situ"/>
    <xs:element minOccurs="0" ref="ecc:lobularCarcinoma-in-situ"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element Group ecc:accessory.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#treatmentResponse breast.tmp#lymphVascularInvasion breast.tmp#perineuralInvasion
Used by
Element Group ecc:accessory.content
Model ecc:treatmentResponse{0,1} , ecc:lymphVascularInvasion , ecc:perineuralInvasion
Children ecc:lymphVascularInvasion, ecc:perineuralInvasion, ecc:treatmentResponse
Source
<xs:group name="accessory.content">
  <xs:sequence>
    <xs:element minOccurs="0" ref="ecc:treatmentResponse"/>
    <xs:element ref="ecc:lymphVascularInvasion"/>
    <xs:element ref="ecc:perineuralInvasion"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element Group ecc:generic.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.content_label breast.tmp#generic.content_comment
Used by
Elements ecc:HER2neu, ecc:accessory, ecc:accessory.cis.result/ecc:result, ecc:accessory.dcis.grade/ecc:grade, ecc:accessory.dcis.necrosis/ecc:necrosis, ecc:accessory.dcis.pattern/ecc:architecture, ecc:additional, ecc:clinicalFinding, ecc:contiguousExtension, ecc:distant.metastaticSite.result/ecc:result, ecc:ductalCarcinoma-in-situ, ecc:estrogenReceptor, ecc:extent, ecc:finding, ecc:focus, ecc:grade, ecc:group, ecc:histologicType, ecc:history, ecc:integrity, ecc:lobularCarcinoma-in-situ, ecc:margin, ecc:margins.margin.result/ecc:result, ecc:metastaticSite, ecc:microcalcifications, ecc:multiplicity, ecc:nodeGroup, ecc:nodes, ecc:pM, ecc:pN, ecc:pT, ecc:pathologicFinding, ecc:prefix, ecc:priorTherapy, ecc:procedure, ecc:progesteroneReceptor, ecc:radiologicFinding, ecc:resection, ecc:site, ecc:specimen, ecc:stage, ecc:studies, ecc:studies.HER2neu.method/ecc:antibody, ecc:studies.HER2neu.method/ecc:assay, ecc:studies.HER2neu.method/ecc:fixative, ecc:studies.HER2neu.method/ecc:source, ecc:studies.HER2neu.method/ecc:technique, ecc:studies.HER2neu.result/ecc:result, ecc:studies.HER2neu.result/ecc:result/ecc:chromosome17CopyNumber, ecc:studies.HER2neu.result/ecc:result/ecc:her2CopyNumberRatio, ecc:studies.HER2neu.result/ecc:result/ecc:her2GeneCopyNumber, ecc:studies.erpr.method/ecc:antibody, ecc:studies.erpr.method/ecc:fixative, ecc:studies.erpr.method/ecc:source, ecc:studies.erpr.method/ecc:technique, ecc:studies.erpr.result/ecc:result, ecc:treatmentResponse, ecc:tumor
Element Groups ecc:distant.content, ecc:generic.response.content, ecc:length.response, ecc:margins.content, ecc:qualitative.response, ecc:size.response, ecc:tally.response, ecc:weight.response
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label
Source
<xs:group name="generic.content">
  <xs:sequence>
    <xs:element minOccurs="0" name="label" type="xs:string"/>
    <xs:element minOccurs="0" name="comment" type="xs:string"/>
    <xs:any minOccurs="0" namespace="##other" processContents="skip"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/common.xsd
[ top ]
Element Group ecc:generic.response.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.response.content_specify breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content
Used by
Elements ecc:accessory.cis.result/ecc:result/ecc:response, ecc:accessory.dcis.grade/ecc:grade/ecc:response, ecc:accessory.dcis.necrosis/ecc:necrosis/ecc:response, ecc:accessory.dcis.pattern/ecc:architecture/ecc:response, ecc:clinicalFinding/ecc:response, ecc:contiguousExtension/ecc:response, ecc:distant.metastaticSite.result/ecc:result/ecc:response, ecc:finding/ecc:response, ecc:grade/ecc:response, ecc:group/ecc:response, ecc:histologicType/ecc:response, ecc:integrity/ecc:response, ecc:length.response/ecc:response, ecc:margins.margin.result/ecc:result/ecc:response, ecc:microcalcifications/ecc:response, ecc:multiplicity/ecc:response, ecc:pM/ecc:response, ecc:pN/ecc:response, ecc:pT/ecc:response, ecc:pathologicFinding/ecc:response, ecc:prefix/ecc:response, ecc:priorTherapy/ecc:response, ecc:procedure/ecc:response, ecc:qualitative.response/ecc:response, ecc:radiologicFinding/ecc:response, ecc:site/ecc:response, ecc:studies.HER2neu.method/ecc:antibody/ecc:response, ecc:studies.HER2neu.method/ecc:assay/ecc:response, ecc:studies.HER2neu.method/ecc:fixative/ecc:response, ecc:studies.HER2neu.method/ecc:source/ecc:response, ecc:studies.HER2neu.method/ecc:technique/ecc:response, ecc:studies.HER2neu.result/ecc:result/ecc:response, ecc:studies.erpr.method/ecc:antibody/ecc:response, ecc:studies.erpr.method/ecc:fixative/ecc:response, ecc:studies.erpr.method/ecc:source/ecc:response, ecc:studies.erpr.method/ecc:technique/ecc:response, ecc:studies.erpr.result/ecc:result/ecc:response, ecc:tally.response/ecc:response, ecc:treatmentResponse/ecc:response, ecc:tumor.grade.response/ecc:response, ecc:weight.response/ecc:response
Model ecc:specify{0,1} , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/'
Children ecc:comment, ecc:label, ecc:specify
Source
<xs:group name="generic.response.content">
  <xs:sequence>
    <xs:element minOccurs="0" name="specify" type="xs:string"/>
    <xs:group minOccurs="0" ref="ecc:generic.content"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/common.xsd
[ top ]
Element Group ecc:qualitative.response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#qualitative.response_response
Used by
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Source
<xs:group name="qualitative.response">
  <!-- Remember that if you use this canned "shorthand" for a qualitative response, you will not be
            able to extend it with additional attributes later. So for responses that are indeed
            qualitative, but may add additional attributes later, you need to use add them
            explicitly to the generic type. An example would be distant.status.result.response that
            needs to be typed for breast. -->
  <xs:sequence>
    <xs:group ref="ecc:generic.content"/>
    <xs:element name="response">
      <xs:complexType>
        <xs:group ref="ecc:generic.response.content"/>
        <xs:attribute name="value" type="ecc:qualitative.values" use="required"/>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Element Group ecc:accessory.cis.result
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#accessory.cis.result_result
Used by
Model ecc:result
Children ecc:result
Source
<xs:group name="accessory.cis.result">
  <xs:sequence>
    <xs:element name="result">
      <xs:complexType>
        <xs:sequence>
          <xs:group ref="ecc:generic.content"/>
          <xs:element name="response">
            <xs:complexType>
              <xs:group ref="ecc:generic.response.content"/>
              <xs:attribute name="value" type="ecc:qualitative.values" use="required"/>
              <xs:attribute name="focality" type="ecc:focality.values"/>
              <xs:attributeGroup ref="ecc:generic.attrib"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element Group ecc:accessory.cis.amount
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#size breast.tmp#accessory.cis.size breast.tmp#accessory.cis.blocks_tally breast.tmp#accessory.cis.blocks_tally breast.tmp#accessory.cis.blocks breast.tmp#accessory.cis.blocks_tally breast.tmp#accessory.cis.blocks_tally breast.tmp#accessory.cis.blocks
Used by
Model (ecc:size , ecc:tally) | (ecc:tally)
Children ecc:size, ecc:tally
Source
<xs:group name="accessory.cis.amount">
  <xs:choice>
    <xs:sequence>
      <xs:group minOccurs="1" ref="ecc:accessory.cis.size"/>
      <xs:group minOccurs="0" ref="ecc:accessory.cis.blocks"/>
    </xs:sequence>
    <xs:group minOccurs="1" ref="ecc:accessory.cis.blocks"/>
  </xs:choice>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element Group ecc:accessory.cis.size
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#size
Used by
Element Group ecc:accessory.cis.amount
Model ecc:size
Children ecc:size
Source
<xs:group name="accessory.cis.size">
  <xs:sequence>
    <xs:element ref="ecc:size"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element Group ecc:size.response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.content_label breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#generic.content_label breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#length.response_response breast.tmp#length.response
Used by
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Source
<xs:group name="size.response">
  <xs:sequence>
    <xs:group ref="ecc:generic.content"/>
    <xs:group maxOccurs="3" minOccurs="1" ref="ecc:length.response"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Element Group ecc:length.response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#length.response_response
Used by
Element Group ecc:size.response
Element ecc:distance
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Source
<xs:group name="length.response">
  <xs:sequence>
    <xs:group ref="ecc:generic.content"/>
    <xs:element name="response">
      <xs:complexType>
        <xs:group ref="ecc:generic.response.content"/>
        <xs:attribute name="value" type="ecc:positiveDecimal" use="required"/>
        <xs:attribute name="unit" type="ecc:lengthUnit.values"/>
        <xs:attribute name="relation" type="ecc:relation.values"/>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Element Group ecc:accessory.cis.blocks
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#accessory.cis.blocks_tally
Used by
Element Group ecc:accessory.cis.amount
Model ecc:tally
Children ecc:tally
Source
<xs:group name="accessory.cis.blocks">
  <xs:sequence>
    <xs:element name="tally">
      <xs:complexType>
        <xs:group ref="ecc:tally.response"/>
        <xs:attribute name="for" type="ecc:qualitative.values"/>
        <xs:attribute name="type" type="ecc:accessory.cis.blocks.type.values"/>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element Group ecc:tally.response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#tally.response_response
Used by
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Source
<xs:group name="tally.response">
  <xs:sequence>
    <xs:group ref="ecc:generic.content"/>
    <xs:element name="response">
      <xs:complexType>
        <xs:group ref="ecc:generic.response.content"/>
        <xs:attribute name="value" type="ecc:nonNegativeInteger" use="required"/>
        <xs:attribute name="relation" type="ecc:relation.values"/>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Element Group ecc:accessory.dcis.pattern
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#accessory.dcis.pattern_architecture
Used by
Model ecc:architecture
Children ecc:architecture
Source
<xs:group name="accessory.dcis.pattern">
  <xs:sequence>
    <xs:element name="architecture">
      <xs:complexType>
        <xs:sequence>
          <xs:group ref="ecc:generic.content"/>
          <xs:element maxOccurs="unbounded" name="response">
            <xs:complexType>
              <xs:group ref="ecc:generic.response.content"/>
              <xs:attribute name="value" type="ecc:accessory.dcis.pattern.values" use="required"/>
              <xs:attributeGroup ref="ecc:generic.attrib"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element Group ecc:accessory.dcis.grade
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#accessory.dcis.grade_grade
Used by
Model ecc:grade
Children ecc:grade
Source
<xs:group name="accessory.dcis.grade">
  <xs:sequence>
    <xs:element name="grade">
      <xs:complexType>
        <xs:sequence>
          <xs:group ref="ecc:generic.content"/>
          <xs:element name="response">
            <xs:complexType>
              <xs:group ref="ecc:generic.response.content"/>
              <xs:attribute name="value" type="ecc:accessory.dcis.grade.values" use="required"/>
              <xs:attributeGroup ref="ecc:generic.attrib"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element Group ecc:accessory.dcis.necrosis
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#accessory.dcis.necrosis_necrosis
Used by
Model ecc:necrosis
Children ecc:necrosis
Source
<xs:group name="accessory.dcis.necrosis">
  <xs:sequence>
    <xs:element name="necrosis">
      <xs:complexType>
        <xs:sequence>
          <xs:group ref="ecc:generic.content"/>
          <xs:element name="response">
            <xs:complexType>
              <xs:group ref="ecc:generic.response.content"/>
              <xs:attribute name="value" type="ecc:accessory.dcis.necrosis.values" use="required"/>
              <xs:attributeGroup ref="ecc:generic.attrib"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
redefinition of Element Group ecc:extent.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#contiguousExtension breast.tmp#http___purl.org_pathology_ecc__extent.content breast.tmp#skinUlceration breast.tmp#skinSatelliteNodules breast.tmp#dermalLymphaticInvasion breast.tmp#nipplePagetDisease
Used by
Element ecc:extent
Model ecc:contiguousExtension* , ecc:skinUlceration , ecc:skinSatelliteNodules , ecc:dermalLymphaticInvasion , ecc:nipplePagetDisease
Children ecc:contiguousExtension, ecc:dermalLymphaticInvasion, ecc:nipplePagetDisease, ecc:skinSatelliteNodules, ecc:skinUlceration
Source
<xs:group name="extent.content">
  <xs:sequence>
    <xs:group ref="ecc:extent.content"/>
    <xs:element ref="ecc:skinUlceration"/>
    <xs:element ref="ecc:skinSatelliteNodules"/>
    <xs:element ref="ecc:dermalLymphaticInvasion"/>
    <xs:element ref="ecc:nipplePagetDisease"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element Group ecc:extent.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#contiguousExtension
Used by
Element Group ecc:extent.content
Model ecc:contiguousExtension*
Children ecc:contiguousExtension
Source
<xs:group name="extent.content">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" minOccurs="0" ref="ecc:contiguousExtension"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
redefinition of Element Group ecc:specimen.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#procedure breast.tmp#size breast.tmp#weight breast.tmp#site breast.tmp#integrity breast.tmp#http___purl.org_pathology_ecc__specimen.content
Used by
Element ecc:specimen
Model ecc:procedure , ecc:size , ecc:weight{0,1} , ecc:site , ecc:integrity{0,1}
Children ecc:integrity, ecc:procedure, ecc:site, ecc:size, ecc:weight
Source
<xs:group name="specimen.content">
  <xs:sequence>
    <xs:group ref="ecc:specimen.content"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element Group ecc:specimen.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#procedure breast.tmp#size breast.tmp#weight breast.tmp#site breast.tmp#integrity
Used by
Element Group ecc:specimen.content
Model ecc:procedure , ecc:size , ecc:weight{0,1} , ecc:site , ecc:integrity{0,1}
Children ecc:integrity, ecc:procedure, ecc:site, ecc:size, ecc:weight
Source
<xs:group name="specimen.content">
  <xs:sequence>
    <xs:element ref="ecc:procedure"/>
    <xs:element ref="ecc:size"/>
    <xs:element minOccurs="0" ref="ecc:weight"/>
    <xs:element ref="ecc:site"/>
    <xs:element minOccurs="0" ref="ecc:integrity"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element Group ecc:weight.response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#weight.response_response
Used by
Element ecc:weight
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:response
Children ecc:comment, ecc:label, ecc:response
Source
<xs:group name="weight.response">
  <xs:sequence>
    <xs:group ref="ecc:generic.content"/>
    <xs:element name="response">
      <xs:complexType>
        <xs:group ref="ecc:generic.response.content"/>
        <xs:attribute name="value" type="ecc:positiveDecimal" use="required"/>
        <xs:attribute name="unit" type="ecc:weightUnit.values" use="required"/>
        <xs:attribute name="relation" type="ecc:relation.values"/>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
redefinition of Element Group ecc:studies.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__studies.content breast.tmp#estrogenReceptor breast.tmp#progesteroneReceptor breast.tmp#HER2neu
Used by
Element ecc:studies
Model , ecc:estrogenReceptor , ecc:progesteroneReceptor , ecc:HER2neu
Children ecc:HER2neu, ecc:estrogenReceptor, ecc:progesteroneReceptor
Source
<xs:group name="studies.content">
  <xs:sequence>
    <xs:group ref="ecc:studies.content"/>
    <xs:element ref="ecc:estrogenReceptor"/>
    <xs:element ref="ecc:progesteroneReceptor"/>
    <xs:element ref="ecc:HER2neu"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element Group ecc:studies.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Used by
Element Group ecc:studies.content
Model
Source
<xs:group name="studies.content">
  <xs:sequence>
    <!-- Needs further modeling: need to compare with rng spec  -->
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element Group ecc:studies.erpr.result
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#studies.erpr.result_result
Used by
Model ecc:result
Children ecc:result
Source
<xs:group name="studies.erpr.result">
  <xs:sequence>
    <xs:element name="result">
      <xs:complexType>
        <xs:sequence>
          <xs:group ref="ecc:generic.content"/>
          <xs:element name="response">
            <xs:complexType>
              <xs:group ref="ecc:generic.response.content"/>
              <xs:attribute name="value" type="ecc:studies.erpr.result.values" use="required"/>
              <xs:attribute fixed="percent" name="unit" use="required"/>
              <xs:attributeGroup ref="ecc:generic.attrib"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element Group ecc:studies.erpr.method
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#studies.erpr.method_technique breast.tmp#studies.erpr.method_source breast.tmp#studies.erpr.method_antibody breast.tmp#studies.erpr.method_fixative
Used by
Model ecc:technique , ecc:source , ecc:antibody , ecc:fixative{0,1}
Children ecc:antibody, ecc:fixative, ecc:source, ecc:technique
Source
<xs:group name="studies.erpr.method">
  <xs:sequence>
    <xs:element name="technique">
      <xs:complexType>
        <xs:sequence>
          <xs:group ref="ecc:generic.content"/>
          <xs:element name="response">
            <xs:complexType>
              <xs:group ref="ecc:generic.response.content"/>
              <xs:attribute name="value" type="ecc:studies.erpr.method.technique.values" use="required"/>
              <xs:attributeGroup ref="ecc:generic.attrib"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
    <xs:element name="source">
      <xs:complexType>
        <xs:sequence>
          <xs:group ref="ecc:generic.content"/>
          <xs:element name="response">
            <xs:complexType>
              <xs:group ref="ecc:generic.response.content"/>
              <xs:attribute name="value" type="ecc:studies.erpr.method.source.values" use="required"/>
              <xs:attributeGroup ref="ecc:generic.attrib"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
    <xs:element name="antibody">
      <xs:complexType>
        <xs:sequence>
          <xs:group ref="ecc:generic.content"/>
          <xs:element name="response">
            <xs:complexType>
              <xs:group ref="ecc:generic.response.content"/>
              <xs:attribute name="value" type="ecc:studies.erpr.method.antibody.values" use="required"/>
              <xs:attribute name="vendor" type="ecc:studies.erpr.method.antibody.vendor.values"/>
              <xs:attributeGroup ref="ecc:generic.attrib"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
    <xs:element minOccurs="0" name="fixative">
      <xs:complexType>
        <xs:sequence>
          <xs:group ref="ecc:generic.content"/>
          <xs:element name="response">
            <xs:complexType>
              <xs:group ref="ecc:generic.response.content"/>
              <xs:attribute name="value" type="ecc:studies.erpr.method.fixative.values" use="required"/>
              <xs:attributeGroup ref="ecc:generic.attrib"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element Group ecc:studies.HER2neu.result
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#studies.HER2neu.result_result
Used by
Element ecc:HER2neu
Model ecc:result
Children ecc:result
Source
<xs:group name="studies.HER2neu.result">
  <xs:sequence>
    <xs:element name="result">
      <xs:complexType>
        <xs:sequence>
          <xs:group ref="ecc:generic.content"/>
          <xs:choice>
            <xs:element name="response">
              <xs:complexType>
                <xs:group ref="ecc:generic.response.content"/>
                <xs:attribute name="value" type="ecc:studies.her2.imm.result.values" use="required"/>
                <xs:attributeGroup ref="ecc:generic.attrib"/>
              </xs:complexType>
            </xs:element>
            <xs:sequence>
              <xs:element name="her2GeneCopyNumber">
                <xs:complexType>
                  <xs:sequence>
                    <xs:group ref="ecc:generic.content"/>
                  </xs:sequence>
                  <xs:attribute name="value" type="ecc:nonNegativeDecimal" use="required"/>
                  <xs:attribute fixed="per cell" name="unit" use="required"/>
                  <xs:attributeGroup ref="ecc:generic.attrib"/>
                </xs:complexType>
              </xs:element>
              <xs:element name="chromosome17CopyNumber">
                <xs:complexType>
                  <xs:sequence>
                    <xs:group ref="ecc:generic.content"/>
                  </xs:sequence>
                  <xs:attribute name="value" type="ecc:nonNegativeDecimal" use="required"/>
                  <xs:attribute fixed="per cell" name="unit" use="required"/>
                  <xs:attributeGroup ref="ecc:generic.attrib"/>
                </xs:complexType>
              </xs:element>
              <xs:element name="her2CopyNumberRatio">
                <xs:complexType>
                  <xs:sequence>
                    <xs:group ref="ecc:generic.content"/>
                  </xs:sequence>
                  <xs:attribute name="value" type="ecc:nonNegativeDecimal" use="required"/>
                  <xs:attributeGroup ref="ecc:generic.attrib"/>
                </xs:complexType>
              </xs:element>
            </xs:sequence>
          </xs:choice>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element Group ecc:studies.HER2neu.method
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#studies.HER2neu.method_technique breast.tmp#studies.HER2neu.method_source breast.tmp#studies.HER2neu.method_antibody breast.tmp#studies.HER2neu.method_assay breast.tmp#studies.HER2neu.method_fixative
Used by
Element ecc:HER2neu
Model ecc:technique , ecc:source , (ecc:antibody | ecc:assay) , ecc:fixative{0,1}
Children ecc:antibody, ecc:assay, ecc:fixative, ecc:source, ecc:technique
Source
<xs:group name="studies.HER2neu.method">
  <xs:sequence>
    <xs:element name="technique">
      <xs:complexType>
        <xs:sequence>
          <xs:group ref="ecc:generic.content"/>
          <xs:element name="response">
            <xs:complexType>
              <xs:group ref="ecc:generic.response.content"/>
              <xs:attribute name="value" type="ecc:studies.her2.method.technique.values" use="required"/>
              <xs:attributeGroup ref="ecc:generic.attrib"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
    <xs:element name="source">
      <xs:complexType>
        <xs:sequence>
          <xs:group ref="ecc:generic.content"/>
          <xs:element name="response">
            <xs:complexType>
              <xs:group ref="ecc:generic.response.content"/>
              <xs:attribute name="value" type="ecc:studies.erpr.method.source.values" use="required"/>
              <xs:attributeGroup ref="ecc:generic.attrib"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
    <xs:choice>
      <xs:element name="antibody">
        <xs:complexType>
          <xs:sequence>
            <xs:group ref="ecc:generic.content"/>
            <xs:element name="response">
              <xs:complexType>
                <xs:group ref="ecc:generic.response.content"/>
                <xs:attribute name="value" type="ecc:studies.her2.method.antibody.values" use="required"/>
                <xs:attribute name="vendor" type="ecc:studies.her2.method.antibody.vendor.values"/>
                <xs:attributeGroup ref="ecc:generic.attrib"/>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="assay">
        <xs:complexType>
          <xs:sequence>
            <xs:group ref="ecc:generic.content"/>
            <xs:element name="response">
              <xs:complexType>
                <xs:group ref="ecc:generic.response.content"/>
                <xs:attribute name="value" type="ecc:studies.her2.method.assay.values" use="required"/>
                <xs:attribute name="vendor" type="ecc:studies.her2.method.assay.vendor.values"/>
                <xs:attributeGroup ref="ecc:generic.attrib"/>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
          <xs:attributeGroup ref="ecc:generic.attrib"/>
        </xs:complexType>
      </xs:element>
    </xs:choice>
    <xs:element minOccurs="0" name="fixative">
      <xs:complexType>
        <xs:sequence>
          <xs:group ref="ecc:generic.content"/>
          <xs:element name="response">
            <xs:complexType>
              <xs:group ref="ecc:generic.response.content"/>
              <xs:attribute name="value" type="ecc:studies.erpr.method.fixative.values" use="required"/>
              <xs:attributeGroup ref="ecc:generic.attrib"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Element Group ecc:tumor.focus.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#site breast.tmp#size breast.tmp#histologicType breast.tmp#grade
Used by
Element ecc:focus
Model ecc:site , ecc:size , ecc:histologicType , ecc:grade
Children ecc:grade, ecc:histologicType, ecc:site, ecc:size
Source
<xs:group name="tumor.focus.content">
  <xs:sequence>
    <xs:element ref="ecc:site"/>
    <xs:element ref="ecc:size"/>
    <xs:element ref="ecc:histologicType"/>
    <xs:element ref="ecc:grade"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element Group ecc:tumor.grade.response
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#tumor.grade.response_response
Model ecc:response+
Children ecc:response
Source
<xs:group name="tumor.grade.response">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" name="response">
      <xs:complexType>
        <xs:group ref="ecc:generic.response.content"/>
        <xs:attribute name="value" type="ecc:tumor.grade.values" use="required"/>
        <xs:attribute name="for" type="ecc:tumor.grade.for.values"/>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element Group ecc:margins.margin.result
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#margins.margin.result_result
Used by
Element ecc:margin
Model ecc:result
Children ecc:result
Source
<xs:group name="margins.margin.result">
  <!-- There is more than one context for <result> element (margin.status.result, nodes.nodeGroup.result, distant.metastaticSite.result, contiguousExtension.status.result), hence need to wrap as group -->
  <xs:sequence>
    <xs:element name="result">
      <xs:complexType>
        <xs:sequence>
          <xs:group ref="ecc:generic.content"/>
          <xs:element name="response">
            <!-- this is a qualitative response with some modifying attributes -->
            <xs:complexType>
              <xs:group ref="ecc:generic.response.content"/>
              <xs:attribute name="value" type="ecc:qualitative.values" use="required"/>
              <xs:attribute name="extent" type="ecc:margins.margin.focality.values"/>
              <xs:attribute name="closest" type="ecc:qualitative.values"/>
              <xs:attributeGroup ref="ecc:generic.attrib"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
        <xs:attribute name="for" type="ecc:margins.margin.result.for.values" use="required"/>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element Group ecc:nodes.nodeGroup.result
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#nodes.nodeGroup.result_result
Used by
Element ecc:nodeGroup
Model ecc:result
Children ecc:result
Source
<xs:group name="nodes.nodeGroup.result">
  <!-- There is more than one context for <result> element (margin.result, nodeGroup.result, distant.result, contiguousExtension.status.result), hence need to wrap as group -->
  <xs:sequence>
    <xs:element name="result">
      <xs:complexType>
        <xs:group ref="ecc:tally.response"/>
        <xs:attribute name="for" type="ecc:nodes.nodeGroup.result.for.values" use="required"/>
        <xs:attributeGroup ref="ecc:nodes.nodeGroup.result.sitespecific.attrib"/>
        <xs:attribute name="tumorRegression" type="ecc:nodes.nodeGroup.result.tumorRegression.values"/>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element Group ecc:distant.metastaticSite.result
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#distant.metastaticSite.result_result
Used by
Model ecc:result
Children ecc:result
Source
<xs:group name="distant.metastaticSite.result">
  <!-- There is more than one context for <result> element (margin.status.result, nodes.nodeGroup.result, distant.metastaticSite.result, contiguousExtension.status.result), hence need to wrap as group -->
  <xs:sequence>
    <xs:element name="result">
      <xs:complexType>
        <xs:sequence>
          <xs:group ref="ecc:generic.content"/>
          <xs:element name="response">
            <xs:complexType>
              <xs:group ref="ecc:generic.response.content"/>
              <xs:attribute name="value" type="ecc:qualitative.values" use="required"/>
              <!-- This attribute is required for breast only, but as extensions
                                    are not possible, I have to add it for every site. You could
                                    prohibit it for all the sites that don't use it, but perhaps
                                    this is not important. -->
              <!--<xs:attribute name="type"
                                type="ecc:distant.metastaticSite.result.response.type.values" />-->
              <xs:attributeGroup ref="ecc:distant.metastaticSite.result.response.attrib"/>
              <xs:attributeGroup ref="ecc:generic.attrib"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="ecc:date.attrib"/>
        <xs:attributeGroup ref="ecc:generic.attrib"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
Element Group ecc:resection.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#history breast.tmp#specimen breast.tmp#tumor breast.tmp#extent breast.tmp#accessory breast.tmp#margins breast.tmp#nodes breast.tmp#distant breast.tmp#studies breast.tmp#stage breast.tmp#additional
Used by
Element ecc:resection
Model ecc:history , ecc:specimen , ecc:tumor , ecc:extent , ecc:accessory , ecc:margins , ecc:nodes , ecc:distant , ecc:studies , ecc:stage , ecc:additional
Children ecc:accessory, ecc:additional, ecc:distant, ecc:extent, ecc:history, ecc:margins, ecc:nodes, ecc:specimen, ecc:stage, ecc:studies, ecc:tumor
Source
<xs:group name="resection.content">
  <xs:sequence>
    <xs:element ref="ecc:history"/>
    <xs:element ref="ecc:specimen"/>
    <xs:element ref="ecc:tumor"/>
    <xs:element ref="ecc:extent"/>
    <xs:element ref="ecc:accessory"/>
    <xs:element ref="ecc:margins"/>
    <xs:element ref="ecc:nodes"/>
    <xs:element ref="ecc:distant"/>
    <xs:element ref="ecc:studies"/>
    <xs:element ref="ecc:stage"/>
    <xs:element ref="ecc:additional"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element Group ecc:history.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#clinicalFinding breast.tmp#pathologicFinding breast.tmp#priorTherapy breast.tmp#radiologicFinding
Used by
Element ecc:history
Model ecc:clinicalFinding* , ecc:pathologicFinding* , ecc:priorTherapy* , ecc:radiologicFinding*
Children ecc:clinicalFinding, ecc:pathologicFinding, ecc:priorTherapy, ecc:radiologicFinding
Source
<xs:group name="history.content">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" minOccurs="0" ref="ecc:clinicalFinding"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" ref="ecc:pathologicFinding"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" ref="ecc:priorTherapy"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" ref="ecc:radiologicFinding"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element Group ecc:tumor.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#focus
Used by
Element ecc:tumor
Model ecc:focus+
Children ecc:focus
Source
<xs:group name="tumor.content">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" minOccurs="1" ref="ecc:focus"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element Group ecc:margins.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#margin
Used by
Element ecc:margins
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:margin*
Children ecc:comment, ecc:label, ecc:margin
Source
<xs:group name="margins.content">
  <xs:sequence>
    <xs:group ref="ecc:generic.content"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" ref="ecc:margin"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element Group ecc:nodes.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#nodeGroup
Used by
Element ecc:nodes
Model ecc:nodeGroup*
Children ecc:nodeGroup
Source
<xs:group name="nodes.content">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" minOccurs="0" ref="ecc:nodeGroup"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element Group ecc:distant.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#generic.content_label breast.tmp#generic.content_comment breast.tmp#generic.content breast.tmp#metastaticSite
Used by
Element ecc:distant
Model ecc:label{0,1} , ecc:comment{0,1} , ANY element from ANY namespace OTHER than 'http://purl.org/pathology/ecc/' , ecc:metastaticSite*
Children ecc:comment, ecc:label, ecc:metastaticSite
Source
<xs:group name="distant.content">
  <xs:sequence>
    <xs:group ref="ecc:generic.content"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" ref="ecc:metastaticSite"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element Group ecc:stage.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#prefix breast.tmp#multiplicity breast.tmp#pT breast.tmp#pN breast.tmp#pM breast.tmp#group
Used by
Element ecc:stage
Model ecc:prefix , ecc:multiplicity , ecc:pT , ecc:pN , ecc:pM , ecc:group
Children ecc:group, ecc:multiplicity, ecc:pM, ecc:pN, ecc:pT, ecc:prefix
Source
<xs:group name="stage.content">
  <xs:sequence>
    <xs:element ref="ecc:prefix"/>
    <xs:element ref="ecc:multiplicity"/>
    <xs:element ref="ecc:pT"/>
    <xs:element ref="ecc:pN"/>
    <xs:element ref="ecc:pM"/>
    <xs:element ref="ecc:group"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Element Group ecc:additional.content
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#finding
Used by
Element ecc:additional
Model ecc:finding+
Children ecc:finding
Source
<xs:group name="additional.content">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="ecc:finding"/>
  </xs:sequence>
</xs:group>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
redefinition of Attribute Group ecc:nodes.nodeGroup.result.sitespecific.attrib
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__nodes.nodeGroup.result.sitespecific.attrib breast.tmp#nodes.nodeGroup.result.sitespecific.attrib_itc breast.tmp#nodes.nodeGroup.result.sitespecific.attrib_micrometastasis
Used by
Attributes
Source
<xs:attributeGroup name="nodes.nodeGroup.result.sitespecific.attrib">
  <xs:attributeGroup ref="ecc:nodes.nodeGroup.result.sitespecific.attrib"/>
  <xs:attribute name="itc" type="ecc:nodes.nodeGroup.result.itc.values"/>
  <xs:attribute name="micrometastasis" type="ecc:nodes.nodeGroup.result.micrometastasis.values"/>
</xs:attributeGroup>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute Group ecc:nodes.nodeGroup.result.sitespecific.attrib
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Used by
Source
<xs:attributeGroup name="nodes.nodeGroup.result.sitespecific.attrib"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]
redefinition of Attribute Group ecc:resection.attrib
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#http___purl.org_pathology_ecc__resection.attrib breast.tmp#resection.attrib_schemaLocation breast.tmp#resection.attrib_version breast.tmp#resection.attrib_transformation
Used by
Element ecc:resection
Attributes
QName Type Fixed Default Use Annotation
schemaLocation http://purl.org/pathology/ecc/breast/resection/schema.xsd optional
transformation http://purl.org/pathology/ecc/breast/resection/ecc.xsl optional
version 0.5 optional
Source
<xs:attributeGroup name="resection.attrib">
  <xs:attributeGroup ref="ecc:resection.attrib"/>
  <xs:attribute fixed="http://purl.org/pathology/ecc/breast/resection/schema.xsd" name="schemaLocation"/>
  <xs:attribute fixed="0.5" name="version"/>
  <xs:attribute fixed="http://purl.org/pathology/ecc/breast/resection/ecc.xsl" name="transformation"/>
</xs:attributeGroup>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/breast/breast.xsd
[ top ]
Attribute Group ecc:resection.attrib
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Used by
Attribute Group ecc:resection.attrib
Source
<xs:attributeGroup name="resection.attrib"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/sections.xsd
[ top ]
Attribute Group ecc:generic.attrib
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#id
Used by
Elements ecc:HER2neu, ecc:accessory, ecc:accessory.cis.blocks/ecc:tally, ecc:accessory.cis.result/ecc:result, ecc:accessory.cis.result/ecc:result/ecc:response, ecc:accessory.dcis.grade/ecc:grade, ecc:accessory.dcis.grade/ecc:grade/ecc:response, ecc:accessory.dcis.necrosis/ecc:necrosis, ecc:accessory.dcis.necrosis/ecc:necrosis/ecc:response, ecc:accessory.dcis.pattern/ecc:architecture, ecc:accessory.dcis.pattern/ecc:architecture/ecc:response, ecc:additional, ecc:clinicalFinding, ecc:clinicalFinding/ecc:response, ecc:contiguousExtension, ecc:contiguousExtension/ecc:response, ecc:distance, ecc:distant, ecc:distant.metastaticSite.result/ecc:result, ecc:distant.metastaticSite.result/ecc:result/ecc:response, ecc:ductalCarcinoma-in-situ, ecc:estrogenReceptor, ecc:extent, ecc:extracapsularExtension, ecc:finding, ecc:finding/ecc:response, ecc:focus, ecc:grade, ecc:grade/ecc:response, ecc:group, ecc:group/ecc:response, ecc:histologicType, ecc:histologicType/ecc:response, ecc:history, ecc:integrity, ecc:integrity/ecc:response, ecc:largestMetastasis, ecc:length.response/ecc:response, ecc:lobularCarcinoma-in-situ, ecc:lymphVascularInvasion, ecc:margin, ecc:margins, ecc:margins.margin.result/ecc:result, ecc:margins.margin.result/ecc:result/ecc:response, ecc:metastaticSite, ecc:microcalcifications, ecc:microcalcifications/ecc:response, ecc:multiplicity, ecc:multiplicity/ecc:response, ecc:nodeGroup, ecc:nodes, ecc:nodes.nodeGroup.result/ecc:result, ecc:pM, ecc:pM/ecc:response, ecc:pN, ecc:pN/ecc:response, ecc:pT, ecc:pT/ecc:response, ecc:pathologicFinding, ecc:pathologicFinding/ecc:response, ecc:perineuralInvasion, ecc:prefix, ecc:prefix/ecc:response, ecc:priorTherapy, ecc:priorTherapy/ecc:response, ecc:procedure, ecc:procedure/ecc:response, ecc:progesteroneReceptor, ecc:qualitative.response/ecc:response, ecc:radiologicFinding, ecc:radiologicFinding/ecc:response, ecc:resection, ecc:site, ecc:site/ecc:response, ecc:size, ecc:specimen, ecc:stage, ecc:studies, ecc:studies.HER2neu.method/ecc:antibody, ecc:studies.HER2neu.method/ecc:antibody/ecc:response, ecc:studies.HER2neu.method/ecc:assay, ecc:studies.HER2neu.method/ecc:assay/ecc:response, ecc:studies.HER2neu.method/ecc:fixative, ecc:studies.HER2neu.method/ecc:fixative/ecc:response, ecc:studies.HER2neu.method/ecc:source, ecc:studies.HER2neu.method/ecc:source/ecc:response, ecc:studies.HER2neu.method/ecc:technique, ecc:studies.HER2neu.method/ecc:technique/ecc:response, ecc:studies.HER2neu.result/ecc:result/ecc:chromosome17CopyNumber, ecc:studies.HER2neu.result/ecc:result/ecc:her2CopyNumberRatio, ecc:studies.HER2neu.result/ecc:result/ecc:her2GeneCopyNumber, ecc:studies.HER2neu.result/ecc:result/ecc:response, ecc:studies.erpr.method/ecc:antibody, ecc:studies.erpr.method/ecc:antibody/ecc:response, ecc:studies.erpr.method/ecc:fixative, ecc:studies.erpr.method/ecc:fixative/ecc:response, ecc:studies.erpr.method/ecc:source, ecc:studies.erpr.method/ecc:source/ecc:response, ecc:studies.erpr.method/ecc:technique, ecc:studies.erpr.method/ecc:technique/ecc:response, ecc:studies.erpr.result/ecc:result, ecc:studies.erpr.result/ecc:result/ecc:response, ecc:tally.response/ecc:response, ecc:treatmentResponse, ecc:treatmentResponse/ecc:response, ecc:tumor, ecc:tumor.grade.response/ecc:response, ecc:weight, ecc:weight.response/ecc:response
Attributes
QName Type Fixed Default Use Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
Source
<xs:attributeGroup name="generic.attrib">
  <xs:attribute ref="xml:id"/>
</xs:attributeGroup>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/common.xsd
[ top ]
Attribute Group ecc:item.attrib
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Source
<xs:attributeGroup name="item.attrib">
  <!-- placeholder only -->
</xs:attributeGroup>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/common.xsd
[ top ]
Attribute Group ecc:section.attrib
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Source
<xs:attributeGroup name="section.attrib">
  <!-- placeholder only -->
</xs:attributeGroup>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/common.xsd
[ top ]
Attribute Group xml:specialAttrs
Namespace http://www.w3.org/XML/1998/namespace
Diagram
Diagram breast.tmp#base breast.tmp#lang breast.tmp#space breast.tmp#id
Attributes
QName Type Fixed Default Use Annotation
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
xml:space restriction of xs:NCName optional
Source
<xs:attributeGroup name="specialAttrs">
  <xs:attribute ref="xml:base"/>
  <xs:attribute ref="xml:lang"/>
  <xs:attribute ref="xml:space"/>
  <xs:attribute ref="xml:id"/>
</xs:attributeGroup>
Schema location file:/Applications/oXygen-12.2/frameworks/xml/xml.xsd
[ top ]
Attribute Group ecc:date.attrib
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram breast.tmp#date.attrib_date breast.tmp#date.attrib_start breast.tmp#date.attrib_end breast.tmp#date.attrib_duration
Used by
Attributes
QName Type Fixed Default Use Annotation
date ecc:date optional
duration xs:duration optional
end ecc:date optional
start ecc:date optional
Source
<xs:attributeGroup name="date.attrib">
  <!-- An unfortunate example of what xml schema cannot do, that Relax NG does with ease. -->
  <!-- The RNG model for this allows you to have either a date and an optional duration; or a start date; or an end date; or both a start and end date. -->
  <!-- In XML schema, there is no way to express optionality groups within attribute sets. Too bad, have to capture that with Schematron. -->
  <!-- One could do a klugey workaround where you define two elements that repeat each other entirely except for the choice of attributes. -->
  <!-- but it doesn't really seem worth it. -->
  <xs:attribute name="date" type="ecc:date"/>
  <xs:attribute name="start" type="ecc:date"/>
  <xs:attribute name="end" type="ecc:date"/>
  <xs:attribute name="duration" type="xs:duration"/>
</xs:attributeGroup>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/types.xsd
[ top ]
Attribute Group ecc:distant.metastaticSite.result.response.attrib
Namespace http://purl.org/pathology/ecc/
Diagram
Diagram
Used by
Source
<xs:attributeGroup name="distant.metastaticSite.result.response.attrib"/>
Schema location file:/Users/me/Dropbox/PathCentral/xsd_schemas/framework/items.xsd
[ top ]